I would like to add “Thank you for shopping with us!” on the last page of the checkout process. How do I add this?
Thanks.
I would like to add “Thank you for shopping with us!” on the last page of the checkout process. How do I add this?
Thanks.
In a default installation of ZC, this text is already there in:
includes/languages/english/checkout_success.php
Naturally, you can modify this define any way you want.PHP Code:define('HEADING_TITLE', 'Thank You! We Appreciate your Business!');
20 years a Zencart User