Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i remove the new product of the month


Guest

Recommended Posts

Posted

Hi, in the default page how there is a New Product for /s

 

I would like to take that section out, so no new products will be displayed there

 

how ever i would like to keep the "Whats New" box the same

 

any help? :)

Posted

Peek in /catalog/default.php and find:

          <tr>

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

         </tr>

 

For now, comment it out in case you change your mind:

          <tr>

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

         </tr>

Archived

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

×
×
  • Create New...