Megamenu in Velocity theme
-
Hi All, I want to implement mega menu in velocity theme. How can i do? Please help.
-
Hi @neyazahmad,
Well, it depends on the requirement, in Bagisto we use a view to composing to make navigation. You need to customize the navbar.
If you check the master file i.e.
packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php
you will see that we have usedsidebar-component
for categories.Similarly, if you want to make a mega menu then you need to do changes here according to your need.
-
as leading open-source e-commerce, You must provide a mega menu
-
feature raised https://github.com/bagisto/bagisto/issues/4239