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?
https://breakdesigns.net/extensions/custom-filters
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.