8 Sep 2010, 9:06 PM
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