VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: sandomatyas on April 19, 2016, 16:08:11 PM

Title: Menu item to search result
Post by: sandomatyas on April 19, 2016, 16:08:11 PM
I have several categories (e.g. shirts, shoes, hats) and some custom fields (like color or sex: male/female).
Is it possible to create a menu item which lists female shoes or red hats, etc?
I suspect VirtueMart can't do it itself but maybe there is a 3th party solution for that.
Any suggestion?
Title: Re: Menu item to search result
Post by: jenkinhill on April 19, 2016, 16:54:52 PM
https://breakdesigns.net/extensions/custom-filters
Title: Re: Menu item to search result
Post by: Ghost on April 19, 2016, 20:16:39 PM
Add customfields URL variable in this format: customfields[virtuemart_custom_id]=customfield_value.

E.g.: index.php?option=com_virtuemart&view=category&virtuemart_category_id=2&customfields[3]=red&customfields[7]=female

Replace IDs and values with your own.