flawless Posted April 10, 2005 Posted April 10, 2005 Can anyone tell me how I can set osC so that it does not show new products for... on the main page? I looked in catalog/includes/languages/english/index.php and edited the other things that I DO want to show on this page, but when I tryed to remove the thigns related to "new items for <month> I just got errors on the bottom of the page where that box used to be located.
♥Vger Posted April 10, 2005 Posted April 10, 2005 You need to remove the sub-table it is placed in on the root level index.php file. Vger
flawless Posted April 10, 2005 Author Posted April 10, 2005 You need to remove the sub-table it is placed in on the root level index.php file. Vger <{POST_SNAPBACK}> Is this the right part or does it go below this part? // needed for the new products module shown below $new_products_category_id = $current_category_id; ?> </tr> </table></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> </table></td> </tr> </table></td> <?php } elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) { // create column list Also ... do I just remove this part? Or do I remove it from catalog/includes/languages/english/index.php as well?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.