Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to replace "New Products for" with All Product list


rumpowanysko

Recommended Posts

Posted

Hello,

I am going to drive the shop for one manufacturer only and do not want to show the "New Products ..." at start up of the Catalog.

I was trying to find the answer searching Your post but without any luck. And can not find the place in the code it can be done.

I am sure the answer is very simple but after few days of reading the code I am totally blind.

Thank you very much for your help in advance.

Posted
Hello,

I am going to drive the shop for one manufacturer only and do not want to show the "New Products ..." at start up of the Catalog.

I was trying to find the answer searching Your post but without any luck. And can not find the place in the code it can be done.

I am sure the answer is very simple but after few days of reading the code I am totally blind.

Thank you very much for your help in advance.

 

 

I've been looking to remove the "New Products For" box from the middle for a while as when it shows up empty it just looks stupid and my coding abilities are not quite to the standard that I can recode it.

 

Anyway, check your index.php

 

Line 121 -> include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

Line 313 -> include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

Comment these out and it's gone, for good. Since index is used for all pages. Hope that helps, when I've got my head around the code better I may come up with a more elegant solution.

Archived

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

×
×
  • Create New...