News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Latest products number per row

Started by alexkourou, May 16, 2012, 19:20:05 PM

Previous topic - Next topic

alexkourou

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?

alexkourou

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?