Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove New Items For Month


Brian-Bear

Recommended Posts

Posted

How do I get rid of new items for month and customers who purchased this also... infoboxes

what file do I edit please

Posted

For anyone else scratching their heads how to do this:

in catalog/index.php

look for the two instances of this code

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

 

and chance both to this

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

 

Job done,

 

cheers

Brian

Archived

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

×
×
  • Create New...