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

Deleting "Gift Vouchers FAQ" from information box

This is a discussion on Deleting "Gift Vouchers FAQ" from information box within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I've looked through several files trying to find out how to delete the Gift voucher FAQ link from the Information ...

      
  1. #1
    Lurker
    Join Date
    Sep 2006
    Posts
    1
    Rep Power
    0


    Default Deleting "Gift Vouchers FAQ" from information box

    I've looked through several files trying to find out how to delete the Gift voucher FAQ link from the Information box, I've tried to comment it out in information.php but that did not work and I've tried to find a reference to it in templates/boxes/ but there's nothing?? Please can anybody tell me how to remove this as I do not offer gift voucher!!<br>

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default RE: Deleting "Gift Vouchers FAQ" from information

    in catalog/includes/boxes/information.php

    About line 29.....

    '<a> ' . BOX_INFORMATION_GV . '</a><br>' . //ICW ORDER TOTAL CREDIT CLASS/GV

    Delete or (perfered) comment out.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Member
    Join Date
    Apr 2006
    Posts
    39
    Rep Power
    0


    Default RE: Deleting "Gift Vouchers FAQ" from information

    If I comment the line out in my template but it removes my infomation box, and footer
    Always listen to experts. They\'ll tell you what can\'t be done and why. Then do it.

    /clauska

  4. #4
    New Member
    Join Date
    Sep 2006
    Posts
    28
    Rep Power
    0


    Default RE: Deleting "Gift Vouchers FAQ" from information

    Double-check your work. I was able to remove several infobox links in this way (though I deleted rather than commenting out; if you do this make a backup of the file first).

  5. #5
    Member
    Join Date
    Aug 2004
    Posts
    49
    Rep Power
    0


    Default

    Comment it out, exactly like this:

    $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_IMAGE S, '', '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>';

    It WILL work.

  6. #6
    Member
    Join Date
    Apr 2006
    Posts
    39
    Rep Power
    0


    Default

    it works
    Always listen to experts. They\'ll tell you what can\'t be done and why. Then do it.

    /clauska

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. Add new page under "Information"
    By kelly34 in forum osCmax v2 Customization/Mods
    Replies: 29
    Last Post: 09-27-2006, 12:31 AM
  3. How to change the "date" and "months" na
    By oling in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 08-25-2006, 09:09 AM
  4. "Price" and "Add to Cart" button inside
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 11-14-2005, 04:13 AM
  5. email message "a gift from...." -error
    By sheikyerbouti in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 10-13-2005, 08:39 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
  •