Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove New Products for currrent month


Rickgao

Recommended Posts

Posted

How can I remove New Products for current month function? It always shows " Coming Soon!" and I don't have new products for the currect month. I don't like it and I want to remove it. Any tips will be appreciated. Thanks. >_<

Posted
How can I remove New Products for current month function? It always shows " Coming Soon!" and I don't have new products for the currect month. I don't like it and I want to remove it. Any tips will be appreciated. Thanks. >_<

 

 

Look for the following code in your index.php file

 

<tr>

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

</tr>

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Look for the following code in your index.php file

 

<tr>

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

          </tr>

 

 

Thanks a lot. I will try it tonight.

Archived

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

×
×
  • Create New...