26 lines
1.2 KiB
PHP
Executable File
26 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* @package languageDefines
|
|
* @copyright Copyright 2003-2006 Zen Cart Development Team
|
|
* @copyright Portions Copyright 2003 osCommerce
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: checkout_success.php 3198 2006-03-18 00:36:08Z drbyte $
|
|
*/
|
|
|
|
define('NAVBAR_TITLE_1', 'Checkout');
|
|
define('NAVBAR_TITLE_2', 'Success - Thank You');
|
|
|
|
define('HEADING_TITLE', 'Thank You! We Appreciate your Business!');
|
|
|
|
define('TEXT_SUCCESS', '');
|
|
define('TEXT_NOTIFY_PRODUCTS', 'Please notify me of updates to these products');
|
|
define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">My Account</a> page and by clicking on "View All Orders".');
|
|
define('TEXT_CONTACT_STORE_OWNER', 'Please direct any questions you have to <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">customer service</a>.');
|
|
define('TEXT_THANKS_FOR_SHOPPING', 'Thanks for shopping with us online!');
|
|
|
|
define('TABLE_HEADING_COMMENTS', '');
|
|
|
|
define('FOOTER_DOWNLOAD', 'You can also download your products at a later time at \'%s\'');
|
|
|
|
define('TEXT_YOUR_ORDER_NUMBER', '<strong>Your Order Number is:</strong> ');
|
|
?>
|