This is a discussion on printable catalog link and image removal problem... within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hi I am stumped on two things and would love if someone could give me a clue... First, if you ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I am stumped on two things and would love if someone could give me a clue... First, if you look at my website www.glowinteriors.com/catalog you will notice I changed the color of the blue bars down the right and left columns to yellow. How come the strip at the top didn't change too?? What code is that piece using that is pulling the blue still? Second, I want to put the "Printable Catalog" link from the information box into the catagories box and rename it "All Stones". I thought this would be a pretty simple thing to do.. I read the tutorial on making links and applied the logic to creating a new link in the categories box and I can't get it to work. I can use the same logic and create an additional link in the information box. Is the categories box setup differently than the other boxes in a way that would explain why the link WILL NOT show up? I tried putting this line of code outside of the php tags at line 75 in /boxes/categories.php: Code: $boxContent = '<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' . Code: // categories box text in includes/boxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Stones');
define('BOX_CATALOG_PRODUCTS_WITH_IMAGES', 'All Stones');
Code: // information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
I guess I want to know if this should be working by creating a link the same way I would in the information box.. if it is then I must be missing some simple step. Thanks for the help! |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| I figured out the first problem... any ideas for the second? I noticed that when you edit the box.tpl.php it does not affect the categories box. This seems like it is related to why the link isn't working in the categories box? |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with printable catalog | hrhstephen | osCMax v2 Customization/Mods | 2 | 09-03-2005 04:33 PM |
| Help With Printable Catalog | Makrin | osCMax v2 Customization/Mods | 1 | 08-25-2005 01:00 PM |
| image removal on mainpage | sportster | osCMax v1.7 Discussion | 4 | 02-24-2004 10:10 AM |
| Need help with printable catalog | crujones | osCMax v1.7 Discussion | 1 | 09-13-2003 10:37 PM |
| Printable Catalog HELP!! | Arpit | osCommerce 2.2 Modification Help | 2 | 06-03-2003 05:56 AM |