Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove New Products box from pages other than index?


milauskas

Recommended Posts

If someone could take a look at http://issimointernational.com/retail3/ you'll notice that when you click on Guy Gear all the products are listed vertically. However, click on Relax and the page has the subcategories listed and below that is the New Products box.

 

I can't recall now how this works, but I'd like the Relax page to list the products in the same way the Guy Gear page does. I'd really like to get rid of the New Products box on this (and some other) page(s). Can anyone give me some guidance? Thanks.

Link to comment
Share on other sites

The new products are called several times from your index.php file as follows:

 

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

 

If you don't want to display them you could remove this code...

Link to comment
Share on other sites

Isn't that just for the index page? What if I want to delete this from one of the main category pages? HOw come new products show up, for example on one of my category pages (Relax) and not another (Guy Gear)? I don't know what I did originally to set things up this way. I just want to be consistent. THanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...