News:

Looking for documentation? Take a look on our wiki

Main Menu

Menu item to search result

Started by sandomatyas, April 19, 2016, 16:08:11 PM

Previous topic - Next topic

sandomatyas

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?

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Ghost

#2
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.