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

Edit infobox content

This is a discussion on Edit infobox content within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I want to know where to look to add/remove some content (links) of the infoboxes, i.e: remove the voucher ...

      
  1. #1
    New Member
    Join Date
    Jan 2008
    Posts
    7
    Rep Power
    0


    Default Edit infobox content

    Hi, I want to know where to look to add/remove some content (links) of the infoboxes, i.e: remove the voucher link, printable catalog in information infobox; then remove product notifications in the logged "my account info infobox, etc.

    I did a search on the forum but no luck
    Thank you

  2. #2
    osCMax Testing Team typhus's Avatar
    Join Date
    Aug 2005
    Location
    Midlands, UK
    Posts
    28
    Rep Power
    0


    Default Re: Edit infobox content

    Open up /includes/boxes/information.php and comment out the parts you don't need...

    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><br>' . //ICW ORDER TOTAL CREDIT CLASS/GV
                    '<a href="' . tep_href_link(FILENAME_SITEMAP) . '">' . BOX_INFORMATION_SITEMAP . '</a>';
    that will remove the link for you. I'm not sure about the product notifications though, maybe someone else can help.

    J.

Similar Threads

  1. Special Price Input/Edit in Product Edit/Add Screen
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-28-2007, 03:25 PM
  2. Special Price Input/Edit in Product Edit/Add Screen
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-19-2007, 05:12 AM
  3. how to bring any infobox with content like wishlist only after login.
    By soibaal in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 07-27-2007, 08:34 PM
  4. Getting dynamic content inside a new infobox
    By mom2nine in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-06-2004, 03:08 AM
  5. removin content from an infobox
    By cutxpaste in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-02-2003, 07:40 PM

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
  •