[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: shopping_cart.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2008 osCMax 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 . ' don\'t 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 . ' don\'t exist in desired quantity in our stock.<br>You can buy them anyway and check the quantity we have in stock for immediate delivery in the checkout process.'); 26 define('TEXT_ALTERNATIVE_CHECKOUT_METHODS', '- OR -'); 27 ?>
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 |