Hi,
I am using joomla 2.5.11 with vm2 version 2.20b
I am trying to customize the number of product per row (or even better the total layout ) when a user clicks on "show all product of xxx manufacturor"
that typacy go to index.php?option=com_virtuemart&view=category&virtuemart_manufacturer_id=xxx
But can't a way to fix this.
Can anyone help ?
Kind Regards
The setting for products per row is in Configuration/templates under Shopfront Settings - Default number of manufacturer in a row
If you want to make template changes the layout file is /components/com_virtuemart/views/manufacturer/tmpl/default.php
And if you edit that file then be sure to use the edited copy as a template override so it does not get overwritten with the next VM update.
Thanks