Results 1 to 2 of 2

printable catalog link and image removal problem...

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 ...

      
  1. #1
    New Member
    Join Date
    Feb 2004
    Posts
    14
    Rep Power
    0


    Default printable catalog link and image removal problem...

    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>' .
    Then I added the last line of code below in /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');
    This is the code from /languages/english.php:

    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');
    why is it that there is no link text defined for the printable catalog which shows up in the information box?

    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!

  2. #2
    New Member
    Join Date
    Feb 2004
    Posts
    14
    Rep Power
    0


    Default RE: printable catalog link and image removal problem...

    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?

Similar Threads

  1. Help with printable catalog
    By hrhstephen in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 09-03-2005, 04:33 PM
  2. Help With Printable Catalog
    By Makrin in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 08-25-2005, 01:00 PM
  3. image removal on mainpage
    By sportster in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 02-24-2004, 10:10 AM
  4. Need help with printable catalog
    By crujones in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-13-2003, 10:37 PM
  5. Printable Catalog HELP!!
    By Arpit in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 06-03-2003, 05:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •