Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to get rid of New Products for . . . box


debdesign

Recommended Posts

Comment it out in index.php if you want it removed.

 

in index.php look for -

 

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

 

change to

 

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

 

I think there are two occurrences of this.

 

The first one is for sub-categories/categories, the second is for the main home page (index.php)

 

BACKUP!

Link to comment
Share on other sites

Thank you!!!! It worked! I actually was on the right track but put the // in the wrong place.

 

General question: Is this documented someplace? I spend hours searching for answers before I post but seem to miss this kind of info. I have the 8/07 post from hauruapai (incredibly helpful) and the css stylesheet definitions (article 54, 7/05) but I don't always find everything I need. Other than the general doc (which I also search repeatedly) is there anywhere else I should be looking?

 

Deborah

 

 

Comment it out in index.php if you want it removed.

 

in index.php look for -

 

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

 

change to

 

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

 

I think there are two occurrences of this.

 

The first one is for sub-categories/categories, the second is for the main home page (index.php)

 

BACKUP!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...