[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: checkout_success.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Checkout'); 14 define('NAVBAR_TITLE_2', 'Success'); 15 16 define('HEADING_TITLE', 'Your Order Has Been Processed!'); 17 18 define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.'); 19 define('TEXT_NOTIFY_PRODUCTS', 'Please notify me of updates to the products I have selected below:'); 20 define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.'); 21 define('TEXT_CONTACT_STORE_OWNER', 'Please direct any questions you have to the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.'); 22 define('TEXT_THANKS_FOR_SHOPPING', 'Thanks for shopping with us online!'); 23 24 define('TABLE_HEADING_COMMENTS', 'Enter a comment for the order processed'); 25 26 define('TABLE_HEADING_DOWNLOAD_DATE', 'Expiry date: '); 27 define('TABLE_HEADING_DOWNLOAD_COUNT', ' downloads remaining'); 28 define('HEADING_DOWNLOAD', 'Download your products here:'); 29 define('FOOTER_DOWNLOAD', 'You can also download your products at a later time at \'%s\''); 30 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |