Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "New Products for "the month"


mmricci

Recommended Posts

Can someone please tell me how to remove the entire "new products for the month" from the main page. The only thing I can remove so far is the title "new products for the month". I want to remove the products as well from the main page.

Thanks

Link to comment
Share on other sites

In index.php look for the following:

 

 

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

 

Change BOTH instances to:

 

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

 

 

Sonia

Link to comment
Share on other sites

Sonia what if you would just like to remove that "New Products Box" from the Catgory page and not the main page? Which file do I do that in?

Thanks!

~Renee

 

 

 

 

In index.php look for the following:

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

 

Change BOTH instances to:

 

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

Sonia

Link to comment
Share on other sites

Sonia what if you would just like to remove that "New Products Box" from the Catgory page and not the main page? Which file do I do that in?

Thanks!

~Renee

Same file just edit the first instance only

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...