[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: articles_xsell.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Cross-Sell Articles to Products'); 14 15 define('HEADING_ARTICLE_NAME', 'Article Name'); 16 define('HEADING_CROSS_ASSOCIATION', 'Associated Products'); 17 define('HEADING_CROSS_SELL_ACTIONS', 'Cross-Sell Actions'); 18 define('HEADING_PRODUCT_NAME', 'Product Name'); 19 define('HEADING_PRODUCT_ORDER', 'Order (1=Top)'); 20 21 define('TEXT_DATABASE_UPDATED', 'The database has been updated.'); 22 define('TEXT_NO_DELETE', 'could not delete'); 23 define('TEXT_NO_INSERT', 'could not insert into database'); 24 define('TEXT_NO_UPDATE', 'could not update database'); 25 define('SELECT_CATEGORY', 'Select a Category'); 26 define('TEXT_LINK_MAIN_PAGE', '<a href="%s">Click here</a> to go back to the main page.'); 27 define('TEXT_LINK_SORT_PRODUCTS', '<a href="%s">Click here</a> to sort the products associated with this article.<br><small>Note: this needs to be done every time a product is added or deleted.</small>'); 28 29 ?>
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 |