Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing new products of the month in index.php?


onedownfiveup

Recommended Posts

Posted
What code do I remove to remove that in the index.php?

 

 

You don't need to do that.

 

Go to admin/configuration/maximumvalues and set it to 0

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Posted
You don't need to do that.

 

Go to admin/configuration/maximumvalues and set it to 0

 

 

Then I have New Products For October still showing up but nothing listed under it.

Posted

catalog/index.php

 

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

 

to

 

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

Archived

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

×
×
  • Create New...