Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don't want "new" products?


Dakota

Recommended Posts

Hello,

 

Just go to includes/modules/new_products.php

 

and find:

$col ++;

? ?if ($col > 2) {

? ? ?$col = 0;

? ? ?$row ++;

? ?}

?}

 

The Red 2 will make you have 3 products in line.

The Blue 0 will make appear all the products.

 

Just change the red 0 to 2 and you will have 1 line with 3 products.

 

Sorry 4 my English

Link to comment
Share on other sites

contributions arent all that bad you just have to foolow instructions and do it one step at a time some are really easy some are hard the one for this is really easy http://www.oscommerce.com/community/contributions,1849

 

you just replace one file an thats it the random products are displayed according to the selection of random new products alredy in admin the unstructions will tell you more but as far as the install goes just replace a file with new file

Link to comment
Share on other sites

It didn't help me. I don't want ANY new product displayed.

In catalog/index.php look for

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

you should find it twice, and change to

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

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...