Guest Posted November 30, 2003 Posted November 30, 2003 Is there a way to remove the box on the bottom center of the index page, new products for the "month". Please help. Thanks, Michael
ashlyn Posted November 30, 2003 Posted November 30, 2003 In index.php, right down near the bottom, you will see this <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Remove this: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> ------------------------------------------------------- I used to be insane, but now I'm just nuts ;)
chfields Posted November 30, 2003 Posted November 30, 2003 Or just comment it out like this <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr>
ashlyn Posted December 1, 2003 Posted December 1, 2003 Or just comment it out like this <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> I didn't realise you could do that within the html files. Thanks for the tip! ------------------------------------------------------- I used to be insane, but now I'm just nuts ;)
amethyst Posted December 1, 2003 Posted December 1, 2003 :lol: Hi guys, right i have a similar question, to the last but ....... how do i change the settings so it only shows 6 items not 9? any help would be appreciated...
amethyst Posted December 1, 2003 Posted December 1, 2003 ;) its ok sorted it..... looked in admin... max values...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.