Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "New Products for "the month"


mmricci

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted
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

Posted

Thanks editing the first instance worked!!! And I gotta say thank you again for the super quick responses!!

~Renee

 

 

 

Same file just edit the first instance only

Archived

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

×
×
  • Create New...