Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the New Products box


ecgbyme

Recommended Posts

Would anyone know how to remove the "New Products" box that appears with product pictures at the bottom of the index page. Appreciate any help! B)

youll find that in your index.php file. line 121 is the line specific to the box. you can change it from this;

 

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

to this;

 

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

 

but you might want to comment out more depending on your design, just before that is a 10px high spacer.

What? Yeah, I can do that.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...