[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: catalog_products_with_images.php V 3.4 4 by Tom St.Croix <[email protected]> V 3.4 5 6 osCMax Power E-Commerce 7 http://oscdox.com 8 9 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 10 11 Released under the GNU General Public License 12 */ 13 14 define('TOP_BAR_TITLE', 'Printable Catalog'); 15 //define('HEADING_TITLE', '<table border="0" width="100%" cellspacing="3" cellpadding="3"><tr><td width="30%" class="pageHeading"><h5>' . STORE_NAME_ADDRESS . '</h5></td><td width="70%"><h6><u>Note</U>:<br> All prices are subject to change without notice. All products will be billed in Canadian Currency only. The Currency feature is just for your convenience. This catalog is current on the day of printing.</h6></td></tr></table>'); 16 define('HEADING_TITLE', '<h6>'.STORE_NAME.'<br>'.nl2br(STORE_NAME_ADDRESS).'<br>Email: <a href="mailto:'.STORE_OWNER_EMAIL_ADDRESS.'">'.STORE_OWNER_EMAIL_ADDRESS.'</a><br>Note: All prices are subject to change without notice. All products will be billed in our shop Currency only.<br> The Currency feature is just for your convenience. This catalog is current on the day of printing.</h6>'); 17 // comment the above line and uncomment out the line above it if you have an older OSC Release before Nov1 2002 18 define('TABLE_HEADING_IMAGES', 'Image'); 19 define('TABLE_HEADING_MANUFACTURERS', 'Manufacturer'); 20 define('TABLE_HEADING_PRODUCTS', 'Name'); 21 define('TABLE_HEADING_DESCRIPTION', 'Description'); 22 define('TABLE_HEADING_OPTIONS','Options'); 23 define('TABLE_HEADING_CATEGORIES', 'Category'); 24 define('TABLE_HEADING_MODEL', 'Model'); 25 define('TABLE_HEADING_UPC', 'UPC'); 26 define('TABLE_HEADING_QUANTITY', 'Quantity'); 27 define('TABLE_HEADING_WEIGHT', 'Weight'); 28 define('TABLE_HEADING_PRICE', 'Price'); 29 define('BOX_STATS_PRODUCTS_WITH_IMAGES', 'Printable Catalog'); 30 define('FONT_STYLE_TOP_BAR', 'Printable Catalog'); 31 define('NAVBAR_TITLE', 'Printable Catalog'); 32 define('TABLE_HEADING_DATE','Date added'); 33 define('BOX_CATALOG_NEXT', 'NEXT'); 34 define('BOX_CATALOG_PREV', 'PREV'); 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 |