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:
Then I added the last line of code below in /languages/english.php:Code:$boxContent = '<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' .
This is the code from /languages/english.php:Code:// categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Stones'); define('BOX_CATALOG_PRODUCTS_WITH_IMAGES', 'All Stones');
why is it that there is no link text defined for the printable catalog which shows up in the information box?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!




LinkBack URL
About LinkBacks






Bookmarks