Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products for November


Guest

Recommended Posts

Posted

Hi Everybody,

 

Could any body be able to tell me how i can remove the "New products for ...." box on each page please? My client wants this box removed, so i should do as he asks i suppose.

 

Many thanks for your support.

Andy

Posted

It is the new products box catalog/index.php

 

catalog/index.php

 

Try looking for this around line 124 (for new products)

 

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

change to this

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

 

This around line 327 (for new products)

 

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

change to this

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

 

The line numbers are correct for your clients site

Andrew

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Hi,

 

Many thanks for your reply. Its not the box on the left that i need to remove. its the main one in the middle of each category.

 

Thank you :thumbsup:

Posted

Thank You Steve.

 

Im about to email you. Speak in a bit.

Archived

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

×
×
  • Create New...