|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00002 // 00003 // +----------------------------------------------------------------------+ 00004 // |zen-cart Open Source E-commerce | 00005 // +----------------------------------------------------------------------+ 00006 // | Copyright (c) 2003 The zen-cart developers | 00007 // | | 00008 // | http://www.zen-cart.com/index.php | 00009 // | | 00010 // | Portions Copyright (c) 2003 osCommerce | 00011 // +----------------------------------------------------------------------+ 00012 // | This source file is subject to version 2.0 of the GPL license, | 00013 // | that is bundled with this package in the file LICENSE, and is | 00014 // | available through the world-wide-web at the following url: | 00015 // | http://www.zen-cart.com/license/2_0.txt. | 00016 // | If you did not receive a copy of the zen-cart license and are unable | 00017 // | to obtain it through the world-wide-web, please send a note to | 00018 // | [email protected] so we can mail you a copy immediately. | 00019 // +----------------------------------------------------------------------+ 00020 // $Id: specials.php 4533 2006-09-17 17:21:10Z ajeh $ 00021 // 00022 00023 define('HEADING_TITLE', 'Specials'); 00024 00025 define('TABLE_HEADING_PRODUCTS', 'Products'); 00026 define('TABLE_HEADING_PRODUCTS_MODEL','Model'); 00027 define('TABLE_HEADING_PRODUCTS_PRICE', 'Products Price/Special/Sale'); 00028 define('TABLE_HEADING_PRODUCTS_PERCENTAGE','Percentage'); 00029 define('TABLE_HEADING_AVAILABLE_DATE', 'Available'); 00030 define('TABLE_HEADING_EXPIRES_DATE','Expires'); 00031 define('TABLE_HEADING_STATUS', 'Status'); 00032 define('TABLE_HEADING_ACTION', 'Action'); 00033 00034 define('TEXT_SPECIALS_PRODUCT', 'Product:'); 00035 define('TEXT_SPECIALS_SPECIAL_PRICE', 'Special Price:'); 00036 define('TEXT_SPECIALS_EXPIRES_DATE', 'Expiry Date:'); 00037 define('TEXT_SPECIALS_AVAILABLE_DATE', 'Available Date:'); 00038 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>'); 00039 00040 define('TEXT_INFO_DATE_ADDED', 'Date Added:'); 00041 define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:'); 00042 define('TEXT_INFO_NEW_PRICE', 'New Price:'); 00043 define('TEXT_INFO_ORIGINAL_PRICE', 'Original Price:'); 00044 define('TEXT_INFO_DISPLAY_PRICE', 'Display Price:<br />'); 00045 define('TEXT_INFO_AVAILABLE_DATE', 'Available On:'); 00046 define('TEXT_INFO_EXPIRES_DATE', 'Expires At:'); 00047 define('TEXT_INFO_STATUS_CHANGE', 'Status Change:'); 00048 define('TEXT_IMAGE_NONEXISTENT', 'No Image Exists'); 00049 00050 define('TEXT_INFO_HEADING_DELETE_SPECIALS', 'Delete Special'); 00051 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete the special products price?'); 00052 00053 define('SUCCESS_SPECIALS_PRE_ADD', 'Successful: Pre-Add of Special ... please update the price and dates ...'); 00054 define('WARNING_SPECIALS_PRE_ADD_EMPTY', 'Warning: No Product ID specified ... nothing was added ...'); 00055 define('WARNING_SPECIALS_PRE_ADD_DUPLICATE', 'Warning: Product ID already on Special ... nothing was added ...'); 00056 define('WARNING_SPECIALS_PRE_ADD_BAD_PRODUCTS_ID', 'Warning: Product ID is invalid ... nothing was added ...'); 00057 define('TEXT_INFO_HEADING_PRE_ADD_SPECIALS', 'Manually add new Special by Product ID'); 00058 define('TEXT_INFO_PRE_ADD_INTRO', 'On large databases, you may Manually Add a Special by the Product ID<br /><br />This is best used when the page takes too long to render and trying to select a Product from the dropdown becomes difficult due to too many Products from which to choose.'); 00059 define('TEXT_PRE_ADD_PRODUCTS_ID', 'Please enter the Product ID to be Pre-Added: '); 00060 define('TEXT_INFO_MANUAL', 'Product ID to be Manually Added as a Special'); 00061 ?>