Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the default "new products" box


imoore

Recommended Posts

Posted

When you install a new Oscommerce , by default it has that box with the new products (displaying printers etc) .. I want to get rid of this box altogether. Where is the code for that located?

Posted

When you install a new Oscommerce , by default it has that box with the new products (displaying printers etc) .. I want to get rid of this box altogether. Where is the code for that located?

In catalog/index.php, it'll be the following code:

 

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

Posted

In catalog/index.php, it'll be the following code:

 

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

 

ah ! cheers.

Archived

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

×
×
  • Create New...