Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove "New items for ..." on home page?


flawless

Recommended Posts

Posted

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.

Posted

You need to remove the sub-table it is placed in on the root level index.php file.

 

Vger

Posted
You need to remove the sub-table it is placed in on the root level index.php file.

 

Vger

 

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...