[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 // 3 // +----------------------------------------------------------------------+ 4 // |zen-cart Open Source E-commerce | 5 // +----------------------------------------------------------------------+ 6 // | Copyright (c) 2003 The zen-cart developers | 7 // | | 8 // | http://www.zen-cart.com/index.php | 9 // | | 10 // | Portions Copyright (c) 2003 osCommerce | 11 // +----------------------------------------------------------------------+ 12 // | This source file is subject to version 2.0 of the GPL license, | 13 // | that is bundled with this package in the file LICENSE, and is | 14 // | available through the world-wide-web at the following url: | 15 // | http://www.zen-cart.com/license/2_0.txt. | 16 // | If you did not receive a copy of the zen-cart license and are unable | 17 // | to obtain it through the world-wide-web, please send a note to | 18 // | license@zen-cart.com so we can mail you a copy immediately. | 19 // +----------------------------------------------------------------------+ 20 // $Id: invoice.php 1109 2005-04-04 23:55:35Z drbyte $ 21 // 22 23 define('TABLE_HEADING_COMMENTS', 'Comments'); 24 define('TABLE_HEADING_PRODUCTS_MODEL', 'Model'); 25 define('TABLE_HEADING_PRODUCTS', 'Products'); 26 define('TABLE_HEADING_TAX', 'Tax'); 27 define('TABLE_HEADING_TOTAL', 'Total'); 28 define('TABLE_HEADING_PRICE_EXCLUDING_TAX', 'Price (ex)'); 29 define('TABLE_HEADING_PRICE_INCLUDING_TAX', 'Price (inc)'); 30 define('TABLE_HEADING_TOTAL_EXCLUDING_TAX', 'Total (ex)'); 31 define('TABLE_HEADING_TOTAL_INCLUDING_TAX', 'Total (inc)'); 32 33 define('ENTRY_CUSTOMER', 'CUSTOMER:'); 34 35 define('ENTRY_SOLD_TO', 'SOLD TO:'); 36 define('ENTRY_SHIP_TO', 'SHIP TO:'); 37 define('ENTRY_PAYMENT_METHOD', 'Payment Method:'); 38 define('ENTRY_SUB_TOTAL', 'Sub-Total:'); 39 define('ENTRY_TAX', 'Tax:'); 40 define('ENTRY_SHIPPING', 'Shipping:'); 41 define('ENTRY_TOTAL', 'Total:'); 42 define('ENTRY_DATE_PURCHASED', 'Date Ordered:'); 43 44 define('ENTRY_ORDER_ID','Invoice No. '); 45 define('TEXT_INFO_ATTRIBUTE_FREE', ' - FREE'); 46 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |