Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove the new products for "month"


emikey

Recommended Posts

Posted

Hello,

Can anyone please tell me how I can remove the "new products" from my shopping cart? I looked all over, and can't seem to find a way to do it.

 

Thanks so much for your help!

Michael

Posted

In catalog/index.php on line 121 and 313 change this:

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

to this:

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

 

The_Bear

Archived

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

×
×
  • Create New...