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?
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?