All things Shopify and commerce
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
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 😊
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.
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
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.
User | RANK |
---|---|
42 | |
42 | |
32 | |
24 | |
20 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023