Jump to content

[SOLVED] Show 6 columns instead of 4 in "Other products of the same category"


Recommended Posts

Hi!

 

I want to show 6 columns instead of 4 in the Other products of the same category, in the Product page.

 

I know this might be done changing the PHP code that says 4 instead of 6, but I have no idea where that code might be.

 

Thanks!

 

Page:

 

http://www.adroid.cl...p?id_product=15

Edited by Herland (see edit history)
Link to comment
Share on other sites

in your shop's root directory

go to modules > productscategory

and open productscategory.tpl

 

 

<ul {if count($categoryProducts) > 5}style="width: {math equation="width * nbImages" width=107 nbImages=$categoryProducts|@count}px"{/if}>

 

 

try change 5 to 7

 

and

 

<li {if count($categoryProducts) < 6}style="width: {math equation="width / nbImages" width=94 nbImages=$categoryProducts|@count}%"{/if}>

 

 

try change 6 to 8

 

i'm not sure but this must help to solve your requirement

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...