osCmax v2.5 User Manual
Results 1 to 2 of 2

Taking out "Printable Catalog"

This is a discussion on Taking out "Printable Catalog" within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I'm trying to streamline my store and want to take out the printable catalog in the left column under "information." ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    16
    Rep Power
    0


    Default Taking out "Printable Catalog"

    I'm trying to streamline my store and want to take out the printable catalog in the left column under "information." I tried to search for an answer through the search and had no luck. Is this possible? I thought I took out a category in the information section before, but can't remember for the life of me. Can any one help?

  2. #2
    Member
    Join Date
    Dec 2004
    Posts
    75
    Rep Power
    8


    Default Re: Taking out "Printable Catalog"

    Quote Originally Posted by fateimport
    I'm trying to streamline my store and want to take out the printable catalog in the left column under "information." I tried to search for an answer through the search and had no luck. Is this possible? I thought I took out a category in the information section before, but can't remember for the life of me. Can any one help?
    This is called in catalog/includes/boxes/information.php. In this section of code:
    Code:
     $boxContent = '<a href="' . tep_href_link(FILENAME_SHIPPING) . '"> ' . BOX_INFORMATION_SHIPPING . '</a><br>' .
                    '<a href="' . tep_href_link(FILENAME_PRIVACY) . '"> ' . BOX_INFORMATION_PRIVACY . '</a><br>' .
                    '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '"> ' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
                    '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '"> ' . BOX_INFORMATION_CONTACT . '</a><br>'.
                    '<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' .
                    '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '"> ' . BOX_INFORMATION_GV . '</a>';//ICW ORDER TOTAL CREDIT CLASS/GV
    Just comment out the link to the printable catalog like this:

    Code:
    //             '<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' .
    I think I'm going to eliminate this too and just us the "all products" in the category menu...
    Brian Neuman
    Webmaster
    www.honeybeadjewelry.com

Similar Threads

  1. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 09:32 AM
  2. Catalog Page "Heading_Title"
    By bgharder in forum osCmax v1.7 Discussion
    Replies: 14
    Last Post: 04-20-2006, 10:16 AM
  3. Catalog Front Page "Heading_Title" How To Change(?
    By bgharder in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-15-2005, 09:00 PM
  4. "Top" Link Located top left corner of catalog.
    By bgharder in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-30-2005, 04:35 AM
  5. warn msg "osc can write in catalog/incl/config"
    By mshupenka in forum osCommerce 2.2 Installation Help
    Replies: 7
    Last Post: 02-21-2003, 11:09 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
  •