[ 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.0 4 by Tom St.Croix <[email protected]> V 3.0 5 osCMax Power E-Commerce 6 http://oscdox.com 7 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 8 Released under the GNU General Public License 9 */ 10 define('TOP_BAR_TITLE', 'Catalog Imprimable'); 11 //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>'); 12 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>Important: Tous les prix indiqués peuvent varier selon les conditions économiques à la commande. Tous les produits sont affichés dans notre devise € .<br> Les prix indiqués correspondent à ceux de notre site web. Ils sont automatiquement mis à jour à chauqe fois que vous générez le catalogue imprimable.</h6>'); 13 // comment the above line and uncomment out the line above it if you have an older OSC Release before Nov1 2002 14 define('TABLE_HEADING_IMAGES', 'Image'); 15 define('TABLE_HEADING_MANUFACTURERS', 'Constructeur'); 16 define('TABLE_HEADING_PRODUCTS', 'Nom'); 17 define('TABLE_HEADING_DESCRIPTION', 'Description'); 18 define('TABLE_HEADING_OPTIONS','Options'); 19 define('TABLE_HEADING_CATEGORIES', 'Catégories'); 20 define('TABLE_HEADING_MODEL', 'Modèle'); 21 define('TABLE_HEADING_UPC', 'UPC'); 22 define('TABLE_HEADING_QUANTITY', 'Quantité'); 23 define('TABLE_HEADING_WEIGHT', 'Poids'); 24 define('TABLE_HEADING_PRICE', 'Prix'); 25 define('BOX_STATS_PRODUCTS_WITH_IMAGES', 'Catalogue Imprimable'); 26 define('FONT_STYLE_TOP_BAR', 'Catalogue Imprimable'); 27 define('NAVBAR_TITLE', 'Catalogue Imprimable'); 28 define('TABLE_HEADING_DATE','Mis en ligne'); 29 define('BOX_CATALOG_NEXT', 'Suivant'); 30 define('BOX_CATALOG_PREV', 'Précédent'); 31 ?>
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 |