Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I switch off "featured"


vics2007

Recommended Posts

Posted

On the Confuguration menu there is an option screen for the feautred products it says to put true or false to show whether you want to display featured products.

 

I want to turn off the featured products for the moment, as I want to edit the home page to show a special offer I am doing, but I have tried changing the true to false, or even leaving it blank, and it still shows the featured items.

 

Any ideas of how to get round this?

Posted

About 30 lines up from the bottom of your catalog/index.php file

 

find this bit of code:

 

<tr>

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

 

Just comment it out like this:

 

<tr>

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

 

When you wish to have it show again just remove the //

Archived

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

×
×
  • Create New...