Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eliminating the " New Products For"


gnarly parts

Recommended Posts

I know I seen it here before but I can't seem to find it anymore.. How do you get rid of that box with the " New Products For month"

 

Thanks

 

Dave

 

 

If you are talking about the one on the left go to

catalog/includes/column_left.php and find

 

require(DIR_WS_BOXES . 'whats_new.php');

 

Just put // infront of it so it looks like

 

// require(DIR_WS_BOXES . 'whats_new.php');

 

 

If you are talking about the one that shows up on the front page, and main product pages you need to go to catalog/index.php and look for

 

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

 

and either remove it or just add // to block it like below.

 

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

 

It is there twice.

 

Hope that helps.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...