[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: product_info.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('TEXT_PRODUCT_NOT_FOUND', 'Product not found!'); 14 define('TEXT_CURRENT_REVIEWS', 'Current Reviews:'); 15 define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.'); 16 define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); 17 define('TEXT_DATE_AVAILABLE', '<font color="#ff0000">This product will be in stock on %s.</font>'); 18 define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased'); 19 define('TEXT_PRODUCT_OPTIONS', 'Available Options:'); 20 define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); 21 // LINE ADDED: MOD - XSELL 22 define('TEXT_XSELL_PRODUCTS', 'We Also Recommend :'); 23 // BOF: MOD - Dynamic MoPics v3.000 24 define('TEXT_OTHER_PRODUCT_IMAGES', 'Other images for this product:'); 25 define('TEXT_NO_MOPICS', 'No other images currently available'); 26 // EOF: MOD - Dynamic MoPics v3.000 27 // BOF: MOD - QT Pro 28 define('TEXT_OUT_OF_STOCK', 'Out of stock'); 29 define('TEXT_OUT_OF_STOCK_MESSAGE', 'The combination of options you have selected is currently out of stock. Please select another combination.'); 30 define('TEXT_SELECT_OPTIONS', 'You must select product options before adding this product to your cart.'); 31 // EOF: MOD - QT Pro 32 // BOF: MOD - Wishlist 3.5 33 define('PRODUCT_ADDED_TO_WISHLIST', 'Product has been successfully added to your wishlist'); 34 // EOF: MOD - Wishlist 3.5 35 ?>
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 |