Results 1 to 7 of 7

Thread: echo 'test' on create listing page

  1. #1
    Thread Starter
    Expired Customer suporteon's Avatar
    Join Date
    Mar 2013
    Location
    Brazil
    Posts
    46
    Thanks
    0
    Thanked 3 Times in 3 Posts

    echo 'test' on create listing page

    I have found a 'test' message on the top-left of the page: http://www.ligeiro.com.br/valparaiso...97a3774e90075a

    By using Dreamweaver global search, I've found it in:

    "/vantage/includes/checkout/class-checkout.php" on line 146

    PHP Code:
        protected function verify_hash(){
            
    $checkout_type $this->get_data'checkout_type' );
            if( 
    $this->checkout_type != $checkout_type ){
                echo 
    'test';
                return 
    false;
            }else{
                return 
    true;
            }
        } 

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer suporteon's Avatar
    Join Date
    Mar 2013
    Location
    Brazil
    Posts
    46
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bypass create listing page and use custom create listing form
    By miketheappguy in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: April 23rd, 2016, 09:34 PM
  2. Dimitris Create Listing Page = Edit Listing Information?
    By tbase in forum Vantage General Discussion (Legacy)
    Replies: 9
    Last Post: January 1st, 2015, 03:21 AM
  3. Dimitris Create Listing Page = Edit Listing Information?
    By tbase in forum Report Vantage Bugs (Legacy)
    Replies: 6
    Last Post: September 4th, 2013, 03:34 PM
  4. [SOLVED] Intake fields on create listing page that do not output to listing
    By eqmarketing in forum Help Using Vantage (Legacy)
    Replies: 3
    Last Post: May 10th, 2013, 03:17 PM