Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can't find the php to alter checkout text

Can't find the php to alter checkout text

Locked

Views: 529

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Sep 2010, 9:06 PM
#1
bhensarl avatar

bhensarl

New Zenner

Join Date:
Feb 2010
Posts:
67
Plugin Contributions:
0

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:

<?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

8 Sep 2010, 10:18 PM
#2
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

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