Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which part to delete?


PVK

Recommended Posts

Very small question:

 

How do i remove the "new products for bladiebla" column completely (not just the words) which show the latest added products for a given categorie?

 

Which lines in the index.php file should i delete?

 

Thanks

Link to comment
Share on other sites

Yes, in catalog/index.php change.

 

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

to

<?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

 

Note: There are 2 occurences.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...