Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to disable 'New Products for August'


metalsand

Recommended Posts

Posted

I recently installed osCommernce, and started disabling stuff I didn't need, and I want to disable "New Products for ___"

 

But I can't find the line to comment out in left column, right column, head or footer.

 

 

Thanks.

Posted

on index.php find

 

<?php

New products code

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

?>

 

 

change to

 

<?php /*

New products code

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

*/

?>

Archived

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

×
×
  • Create New...