VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: nickon2 on May 27, 2013, 20:12:46 PM

Title: customize manufacturor product page
Post by: nickon2 on May 27, 2013, 20:12:46 PM
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
Title: Re: customize manufacturor product page
Post by: jenkinhill on May 27, 2013, 21:41:46 PM
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.
Title: Re: customize manufacturor product page
Post by: nickon2 on June 09, 2013, 00:04:08 AM
Thanks