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 ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| it works
__________________ Always listen to experts. They\'ll tell you what can\'t be done and why. Then do it. /clauska |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove "QTPRO" for "Option Type Feature" | adam71o | osCMax v2 Customization/Mods | 3 | 01-10-2007 09:32 AM |
| Add new page under "Information" | kelly34 | osCMax v2 Customization/Mods | 29 | 09-27-2006 12:31 AM |
| How to change the "date" and "months" na | oling | osCMax v2 Installation issues | 2 | 08-25-2006 09:09 AM |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 04:13 AM |
| email message "a gift from...." -error | sheikyerbouti | osCMax v1.7 Discussion | 2 | 10-13-2005 08:39 AM |