How can I create different header menus for different pages?

How can I create different header menus for different pages?

MarvinMounzer
Visitor
1 0 0

Hey guys, I have a website I'm working on.

On the homepage section, I want to have a Menu header that contains Home, Loyalty program, Order Online and Contact us.

MarvinMounzer_0-1629136492083.png

 

I already have this Menu saved on the navigation.

However, when people click on Order online and go to that collection list, I want the header to change to

Appetizers, soup, cold mezza, Salads ..." Which is also a menu that I created as that below picture.

MarvinMounzer_1-1629136541696.png

However, I can only put ONE menu. When I change the menu to the one I want inside the Collection List page, it would also change the one on the homepage.

So my question is, how can I have a different Menu header on these two different pages.

Would appreciate your help.

Thanks!

 

Replies 8 (8)

hardik355
Shopify Partner
240 22 36

Hi  

Can you check this link. i think it's work you need to write some code. 

https://community.shopify.com/c/Shopify-Design/Different-menu-on-different-pages/td-p/1004182

https://stackoverflow.com/questions/66216037/how-to-ad-different-navigation-menus-to-shopify-debut-t...

 

If helpful then please Like and Accept Solution.
For Design, Development and custom changes Hire Me.
Skype: live:hardikradadiya355
Thanks

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks

LitExtension
Shopify Partner
4860 1002 1160

You need to create if/else for it. Ex:
{% if collection.handle == 'order' %}
<!-- show menu for Order, change handle for menu -->
{% for link in linklists['list-order'].links %}
{% endfor %}
{% else %}
<!-- show menu for Home, menu code remains the same -->
{% endif %}
Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
elevatesporting
Visitor
2 0 0

I think i understand this but can you tell me where this code ^ above should be placed? 

 

gr_trading
Shopify Partner
1935 146 202

Hi @MarvinMounzer ,

 

Posting this to help users want to implement the same.

Please refer the instructions provided in the video to implement the same.

 

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
elevatesporting
Visitor
2 0 0

any way to get this in english? 

 

gr_trading
Shopify Partner
1935 146 202

Hi @elevatesporting ,

 

You can check the description for article where details are in English

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee

Bekind24
Shopify Partner
10 0 1

I had the same issue. Were you able to implement this properly using the custom code?

gr_trading
Shopify Partner
1935 146 202

Hi @Bekind24 ,

 

Yes, we have implement this for lots of store. please refer the video and article provided in video for implementation details.

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee