Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you remove "New products for Month" box


snowstar

Recommended Posts

Posted

At the bottom of the Catalog page there is a box titled "New Products for month". I don'ty want this on my site, can someone tell me how to remove it? Thanks.

Posted

Don't have a copy to check, but expect it is in index.php.

 

HTH

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

On a different m/c now.

 

Messy way to do it is to change

 

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

 

 

to

 

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

 

Cheers

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

On a different m/c now.

 

Messy way to do it is to change

 

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

 

 

to

 

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

 

Cheers

 

G

 

 

It does the job. Thanks very much.

Archived

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

×
×
  • Create New...