Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New product box


nbasacco

Recommended Posts

Posted

hello,

 

just wondering how i would get rid of the new product box at the bottom of the page. Ive been looking in almost every file and cant seem to find i, i think im blind.

 

anyone know where i can delete this?

Posted

Hi Nicole,

 

Look in catalog/index.php for this code

 

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

 

and change it to

 

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

 

This will remove the new products box from the main page.

 

Mark :thumbsup:

Lifes a bitch, then you marry one, then you die!

Archived

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

×
×
  • Create New...