Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing number of products shown in the new products box on homepage.


dessolator

Recommended Posts

Posted

Hi, could someone please tell he how to change the number of products shown in the new products for october box on the homepage? and is there anyway of disabling it if I don't want anything to show up? I have tried a quick search and didn't find anything of use.

 

Thanks very much,

 

Ian :D

Posted
Hi, could someone please tell he how to change the number of products shown in the new products for october box on the homepage? and is there anyway of disabling it if I don't want anything to show up? I have tried a quick search and didn't find anything of use.

 

Thanks very much,

 

Ian :D

 

Hello

 

You can change the number of products shown in the new products for october box on the homepage by the link

admin >> configuration >> maximum values >> new product modules

 

where you can edit the value.

 

And for disabling it

 

you have to cut the code form index.php file at line 312 to 314

 

<tr>

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

</tr>

 

 

 

Thanks,

Hard Work Is The Simplest Way Of Success

Posted

Thanks very much you legend!

Much appreciated :thumbsup:

 

 

Hello

 

You can change the number of products shown in the new products for october box on the homepage by the link

admin >> configuration >> maximum values >> new product modules

 

where you can edit the value.

 

And for disabling it

 

you have to cut the code form index.php file at line 312 to 314

 

<tr>

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

</tr>

Thanks,

Archived

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

×
×
  • Create New...