News:

Looking for documentation? Take a look on our wiki

Main Menu

How to display shop as drop down selections ?

Started by irida, September 23, 2015, 13:01:02 PM

Previous topic - Next topic

irida

Hello everyone!!
I need help with the following.
I am working on a project using joomla 3.4 and VM 3.
My client wants to display the shop's frontEnd only in drop downs.
For Example i need a drop down to display categories names. Then depending on user selection must display the child categories in a drop down box ,if exists, in the same page under the first one and go on until user clicks the add to cart button.
How can i do that???

Thanks in advance

balai

Maybe some filtering
https://breakdesigns.net/extensions/custom-filters

I suggest using custom fields instead of subcategories for assigning additional attributes to your products

irida

Quote from: balai on September 23, 2015, 13:03:14 PM
Maybe some filtering
https://breakdesigns.net/extensions/custom-filters

I suggest using custom fields instead of subcategories for assigning additional attributes to your products

Thanks for the replay Balai.
I dont know if the filtering module will work beause the only think that need to display in the shop is drop down selections - no image -no description nothing -

balai

This is just a filtering module.
The format of the results is not related with the filtering module but with the layouts (category layouts) you are using to display the results

irida

Quote from: balai on September 23, 2015, 13:18:31 PM
This is just a filtering module.
The format of the results is not related with the filtering module but with the layouts (category layouts) you are using to display the results

Yes but i need to display the results in the same page.