PDA

View Full Version : Changing the Number of Related Products


GeorgeGaz
02-03-09, 17:26
Hello all,

I did not see a post on changing the number of related products and a few people have asked in the past so I thought I would give it a go for v2 installs ...

Navigate to:

/templates/default/elements/related_products.tpl

With this file open you are looking for the following line:

{if $smarty.foreach.aProducts.iteration <= 3}

Then simply change the number to display the related products.

Hope that this is of use to someone out there. :cool:

Cheers

Aspiring Affiliate
03-03-09, 12:35
Thanks George! this really helps, been looking for it for a long time.