VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: alexkourou on May 16, 2012, 19:20:05 PM

Title: Latest products number per row
Post by: alexkourou on May 16, 2012, 19:20:05 PM
Hello.
j2.5.4
vm2 2.0.2

How can i change the default number for products per row in latest products?
I have setted it to 4 from back ends configuration but still displays 3 products.
Every other categorie has 4 products p/r.


Any suggestions?
Title: Re: Latest products number per row
Post by: alexkourou on May 17, 2012, 12:51:35 PM
components-com_virtuemart-views-virtuemart-tmpl-default_products.php line 9

$products_per_row = VmConfig::get ( $type.'_products_per_row', 4 ) ;

I m not sure if this is a valid approach but seemed to work.
Feedback?