Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing new and upcmoing products boxes


GarethT

Recommended Posts

I've read the Wiki guide & done several searches on the forum but I can't seem to find how to delete the upcoming products and new products for... boxes on the main catalogue page.

 

I've got a feeling i'm missing something obvious so if someone could point me in the right directiion/file i'll be very grateful.

 

Thanks :D

Link to comment
Share on other sites

look at catalog/index.php comment out //

 

line 121

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

 

line 280

?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?>

this one is the listing

 

line 313

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

 

line 316

<?php
   include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);
?>

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...