[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: specials.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Specials'); 14 15 define('TABLE_HEADING_PRODUCTS', 'Products'); 16 define('TABLE_HEADING_PRODUCTS_PRICE', 'Products Price'); 17 define('TABLE_HEADING_STATUS', 'Status'); 18 define('TABLE_HEADING_ACTION', 'Action'); 19 20 define('TEXT_SPECIALS_PRODUCT', 'Product:'); 21 // LINE ADDED: MOD - Separate Pricing per Customer, specials code 22 define('TEXT_SPECIALS_GROUPS', 'Customer Group:'); 23 define('TEXT_SPECIALS_SPECIAL_PRICE', 'Special Price:'); 24 define('TEXT_SPECIALS_EXPIRES_DATE', 'Expiry Date:'); 25 define('TEXT_SPECIALS_PRICE_TIP', '<b>Specials Notes:</b><ul><li>You can enter a percentage to deduct in the Specials Price field, for example: <b>20%</b></li><li>If you enter a new price, the decimal separator must be a \'.\' (decimal-point), example: <b>49.99</b></li><li>Leave the expiry date empty for no expiration</li></ul>'); 26 27 define('TEXT_INFO_DATE_ADDED', 'Date Added:'); 28 define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST'); 29 define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:'); 30 define('TEXT_INFO_NEW_PRICE', 'New Price:'); 31 define('TEXT_INFO_ORIGINAL_PRICE', 'Original Price:'); 32 define('TEXT_INFO_PERCENTAGE', 'Percentage:'); 33 define('TEXT_INFO_EXPIRES_DATE', 'Expires At:'); 34 define('TEXT_INFO_STATUS_CHANGE', 'Status Change:'); 35 36 define('TEXT_INFO_HEADING_DELETE_SPECIALS', 'Delete Special'); 37 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete the special products price?'); 38 ?>
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 |