Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    67
    Plugin Contributions
    0

    Default Can't find the php to alter checkout text

    I'm attempting to edit the text on my checkout success page because I can't find the php file that is populating the text. Here's the code for the checkout success page itself:
    Code:
    <?php if (DEFINE_CHECKOUT_SUCCESS_STATUS >= 1 and DEFINE_CHECKOUT_SUCCESS_STATUS <= 2) { ?>
    
    <div id="checkoutSuccessMainContent" class="content">
    
    <?php
    
    /**
    
     * require the html_defined text for checkout success
    
     */
    
      require($define_page);
    
    ?>
    
    </div>
    Can someone please point me in the right direction? I know I altered this file initially, but now I can't find it again. Thanks.
    Brian

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Can't find the php to alter checkout text

    includes/languages/english/checkout_success.php

    or it should be

    includes/languages/english/YOUR_TEMPLATE/checkout_success.php

 

 

Similar Threads

  1. v151 Where can I find the PHP 5.4.x Patch for ZC 1.5.1?
    By explorer1979 in forum General Questions
    Replies: 6
    Last Post: 16 Jul 2014, 02:27 AM
  2. Replies: 8
    Last Post: 25 Jul 2010, 09:13 PM
  3. Am I stupid or what? I can't find any information on the more_information.php
    By medragon in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Jun 2008, 09:15 PM
  4. I can't find the text file for my sales tax description.
    By tenpercentfirearms in forum General Questions
    Replies: 2
    Last Post: 6 Feb 2008, 05:27 PM
  5. I want to alter the width of the text area
    By paulFromWales in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 6 Aug 2006, 04:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg