Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help how to remove new products for "month"


Guest

Recommended Posts

Posted

Is there a way to remove the box on the bottom center of the index page, new products for the "month". Please help.

 

Thanks,

Michael

Posted

In index.php, right down near the bottom, you will see this

 

     <td class="main"><?php echo tep_customer_greeting(); ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
         <tr>
           <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
         </tr>

 

Remove this:

 

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

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Posted
Or just comment it out like this

 

<tr>

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

</tr>

I didn't realise you could do that within the html files. Thanks for the tip!

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Posted

:lol: Hi guys,

 

right i have a similar question, to the last but .......

 

how do i change the settings so it only shows 6 items not 9?

 

any help would be appreciated...

Archived

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

×
×
  • Create New...