Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Help


Guest

Recommended Posts

Posted

How can I remove the "New Products" Listing (6 new items) when someone clicks a category. All i want them to see is the sub categories and items in the category, not the new items in general

 

Thanks, Ilan.

Posted

There are two instance of this code in /catalog/index.php

 

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

 

 

Change both of them to this.

 

<!-- Remarked out New Products Box
<tr>
<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
</tr>
//-->

while (!succeed) {try()};

 

GMT -6:00

Posted

Didnt work for me...just placed a line above my products area...and decentred the entire page....

 

any clue?

\

 

i really want to know this also....in fact i want to remove the entire first pages "new product's for xxxx" area and replace it woth free format text.

 

 

Tim.

Archived

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

×
×
  • Create New...