I
I
Insom842020-02-05 12:02:05
Joomla
Insom84, 2020-02-05 12:02:05

Store menu operation with Virtuemart?

On the online store, the left menu is implemented using Virtuemart.
When you click on a category, subcategories go down. And I need to make it so that the subcategories do not go down directly in the menu, but links to them appear on the right in the content area. Here is an example on another site: 5e3a8431143a6580224249.png
Question: is it possible to do this in the settings or do I have to rummage through the code and if so where is it implemented?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
garmon85, 2020-02-12
@garmon85

To do this, you need to remove the JS code that handles opening on click, then hide the nested blocks using css, for example - .menu li ul {display none}, and display when hovering over the context item, for example - .menu li:hover ul {display :block}

P
plitka-smolensk, 2020-02-14
@plitka-smolensk

Use a third-party module to display categories of the VM menu, it is paid, it allows you to customize the output of categories as you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question