Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove the New Products For "Month" at the bottom of the screen?


Guest

Recommended Posts

Posted
Thanks for your help.

Edit your (catalog)/index.php

Search for:

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

and change to

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

 

! It appears twice in the file, change both occurences !

Posted
Thanks for your help.

 

Look over this search for "Remove New Products"

http://www.oscommerce.com/forums/index.php?act...ve+new+products

 

Please do not take my answer as being rude that is the last thing I'm trying to be. But this is a question that is asked all the time. I've found that 99% of the questions I needed answers to for my osc shop have already been asked an answered many times on the forum. Everyone is here to help out where we can. You'll learn so much more and get answers a lot faster if you try out the search feature first and read over how other ppl have tackled the situation. If you have problems or need help just post for help with what you're stuck on.

 

Good Luck -- Mindy

 

Edit: Wheel beat me too it while I was typing.. :thumbsup: Sorry for the extra long post.

Posted
Edit your (catalog)/index.php

Search for:

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

and change to

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

 

! It appears twice in the file, change both occurences !

 

Thank you, that worked!!! :)

Archived

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

×
×
  • Create New...