imoore Posted December 28, 2009 Posted December 28, 2009 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?
a.forever Posted December 28, 2009 Posted December 28, 2009 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); ?>
imoore Posted December 28, 2009 Author Posted December 28, 2009 In catalog/index.php, it'll be the following code: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> ah ! cheers.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.