DAWN THEME: menu for wholesale customers ONLY

mariawills96
Tourist
4 0 1

Hi,

 

I am hoping someone can help please. I am using the Dawn theme and am trying to create a separate menu for wholesale customers only. I followed the guide below but am stuck on step 6 

 

https://www.envision.io/blogs/ecommerce-pulse/80312001-how-to-add-a-wholesale-area-to-your-shopify-s....

 

It is telling me to search header.liquid. for the code below

{% for link in linklists.main-menu.links %}

or 

{% for link in linklists[section.settings.main_linklist].links %}

 

and to replace it with the following:

{% assign menu_handle = 'main-menu' %}
{% if customer %}
{% if customer.tags contains 'wholesale' %}
{% assign menu_handle = 'main-menu-wholesale' %}
{% endif %}
{% endif %}
{% for link in linklists[menu_handle].links %}

 

The issue I am having is that I cannot find the code 

{% for link in linklists.main-menu.links %}

or 

{% for link in linklists[section.settings.main_linklist].links %} 

that I am supposed to replace in the header.liquid. 

 

This is holding me up big time so would really appreciate if anyone could point me in the right direction please!

 

Thank you thank you 😊

Replies 4 (4)
mariawills96
Tourist
4 0 1

@made4Uo Can you help please???

made4Uo
Shopify Partner
3787 710 1099

If you have a higher version of Dawn, there are 3 files that you need to look, depending on which menu you are using. Under the Snippet folder, look for header-dropdown-menu.liquid, header-mega-menu.liquid, and header-drawer.liquid. The naming is obvious and applies to type of menus. 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
mariawills96
Tourist
4 0 1

Thank you so much for replying @made4Uo 

 

This has been seriously holding up the progress of the website i am working on 😞


I have looked in header-dropdown-menu.liquid,  header-mega-menu.liquid & header-drawer.liquid but still cannot find the code the tutorial says to replace

 

made4Uo
Shopify Partner
3787 710 1099

Hi @mariawills96,

 

The code {% for link in linklists[section.settings.main_linklist].links %} or {% for link in linklists.main-menu.links %} is the same as  {%- for link in section.settings.menu.links -%} that you can find in the said files. 

 

made4Uo_0-1696864744687.png

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!