Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie: how do I turn off the 'New Products' info box


Guest

Recommended Posts

Posted

Hi,

Can anyone explain how I can delete (or comment out) the 'New Products' box which appears by default on the front page?

I do not wish this box to display on the site.

Many thanks.

Posted

simply open index.php

 

find the following code:

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

 

change to:

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

or remove completely

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted
simply open index.php

 

find the following code:

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

 

change to:

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

or remove completely

 

Thanks very much. Much appreciated.

  • 3 weeks later...
Posted

This removes it from the categories view, however, did not remove it from the main page. How do I remove it from the main page also?

 

Thanks,

Chelle

Archived

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

×
×
  • Create New...