This is a discussion on How do I remove the "New Products" section on the within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want to remove the "New Products" section. Thanks! Dalaubon...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I want to remove the "New Products" section. Thanks! Dalaubon |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| You'll have to play around with the conditional "if" statement in the default.php page. I think it has about 3 checks, so you'll have to decide what to replace one of the checks with. |
|
#3
| |||
| |||
| depending on your version look for this in default.php, or index.php there will be two instances of this code: Code: <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Code: <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| 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 |
| Remove System "osCMax v2.0" from part of search r | torweb | osCMax v2 Customization/Mods | 2 | 07-24-2006 12:59 PM |
| Add/Remove images from "New Products" | Mats_H | osCommerce 2.2 Modification Help | 2 | 05-06-2006 09:11 AM |
| Font color on "Specials" and "New Products&qu | gheffron | osCommerce 2.2 Installation Help | 3 | 04-01-2004 01:40 AM |
| Remove "in cart" Button for individual categories | Mongrrr | osCommerce 2.2 Modification Help | 0 | 04-24-2003 06:02 AM |