Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing new products box


szpaks

Recommended Posts

Posted

index.php find this line

 

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

 

and comment it out

 

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

Posted

Just to clarify for anyone else reading this, I should have stated the second instance of

 

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

 

in index.php is the call for the new products box on the main page. The first instance of that code calls the new products on a category page.

Archived

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

×
×
  • Create New...