Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removal of New products for November


storm

Recommended Posts

Posted

Removal of new products for November - As very little new products will be going up on the site, is there a way to remove the new products section from the front page.

 

Thanx for any help in advance.

Posted

In index.php, you should see three occurrences of

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

change to

//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

and the new products box will no longer appear.

 

Hth,

Matt

Posted

I want to have this be done also.

 

however, in my index.php file

 

I got only TWO occurence of that code in line 121 & 313.

 

I tried to add // to that 2 lines but the 'new product......' still there?

 

what's the clue pls.

 

thanks for the help.

Posted

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

Should look like this

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

Posted

Thanks chfields!

 

I just edited line 313 as suggested and the "new product....." disappeared!

 

Is it right to leave line 121 unedited?

 

Thanks

Archived

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

×
×
  • Create New...