Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products infobox


fry

Recommended Posts

:'( I know this is probably simple but can I find it!!!!!!............NO...........so can someone please tell me how to remove the 'new products for <month>' box on the front page of the catalog.

 

Thanks in advance

Link to comment
Share on other sites

Open index.php in the catalog dir and near the end of the file you should have few lines which pull in the new products module like this:

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

Removing those lines should remove the new products box from the index page

 

Each infobox has a header definition its content can be located in the language file. So for english open includes\languages\english.php and change the definition text string of interest. For instance to change the categories box header in there you will see

define('BOX_HEADING_CATEGORIES', 'Categories');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...