| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: shopping_cart.php,v 1.13 2002/04/05 20:24:02 project3000 Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE', 'Cart Contents'); 14 define('HEADING_TITLE', 'What\'s In My Cart?'); 15 define('TABLE_HEADING_REMOVE', 'Remove'); 16 define('TABLE_HEADING_QUANTITY', 'Qty.'); 17 define('TABLE_HEADING_MODEL', 'Model'); 18 define('TABLE_HEADING_PRODUCTS', 'Product(s)'); 19 define('TABLE_HEADING_TOTAL', 'Total'); 20 define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty!'); 21 define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:'); 22 define('SUB_TITLE_TOTAL', 'Total:'); 23 24 define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you'); 25 define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process.'); 26 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |