[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: products_attributes.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_OPT', 'Product Options'); 14 define('HEADING_TITLE_VAL', 'Option Values'); 15 define('HEADING_TITLE_ATRIB', 'Products Attributes'); 16 17 define('TABLE_HEADING_ID', 'ID'); 18 define('TABLE_HEADING_PRODUCT', 'Product Name'); 19 define('TABLE_HEADING_OPT_NAME', 'Option Name'); 20 //LINE ADDED: MOD - QT Pro 21 define('TABLE_HEADING_TRACK_STOCK', 'Track Stock?'); 22 define('TABLE_HEADING_OPT_VALUE', 'Option Value'); 23 define('TABLE_HEADING_OPT_PRICE', 'Value Price'); 24 define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix'); 25 define('TABLE_HEADING_ACTION', 'Action'); 26 define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:'); 27 define('TABLE_TEXT_FILENAME', 'Filename:'); 28 define('TABLE_TEXT_MAX_DAYS', 'Expiry days:'); 29 define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:'); 30 31 define('MAX_ROW_LISTS_OPTIONS', 10); 32 33 define('TEXT_WARNING_OF_DELETE', 'This option has products and values linked to it - it is not safe to delete it.'); 34 define('TEXT_OK_TO_DELETE', 'This option has no products and values linked to it - it is safe to delete it.'); 35 define('TEXT_OPTION_ID', 'Option ID'); 36 define('TEXT_OPTION_NAME', 'Option Name'); 37 ?>
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 |