Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New products box removal??


GBillerty

Recommended Posts

Hello!

 

I searched the forum since 2 days and also searched the french forum... heheh!

 

I didn't find anything on how to remove the 'New products' box on startup page.. ( that come from table_heading_new_products)

 

I removed that: ( in my include/language/english/index.php ) but the new product for box still there

 

define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming products');

define('TABLE_HEADING_NEW_PRODUCTS', 'New products');

 

 

thanks for the help

Link to comment
Share on other sites

include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING);

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

 

on catalog/index.php change to

 

//include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING);

//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

//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...