| [ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
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 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
|