Hello!
I am trying to make a wholesale side for my website, I have followed the code from https://www.envision.io/blogs/ecommerce-pulse/80312001-how-to-add-a-wholesale-area-to-your-shopify-s…
but when it comes to step 6 i cant find {% for link in linklists.main-menu.links %} or the other one anywhere! I also cant find it in header.liquid
Would be amazing if someone could help me as i am so close yet so far away from getting this done!
Hello @RHeston
You need to add some customization code. If you’d like to discuss this more, don’t hesitate to send me a PM.
Hello!
I have followed and added the code from https://www.envision.io/blogs/ecommerce-pulse/80312001-how-to-add-a-wholesale-area-to-your-shopify-s…
but when it comes to step 6 i cant find {% for link in linklists.main-menu.links %} or the other one anywhere! I also cant find it in header.liquid
You don’t have any header.liquid section under sections ? Which theme you’re using? Please share your store link
I do have the “header.liquid” section but I am unable to find the needed code that is required ({% for link in linklists.main-menu.links %}) to be replaced by this code ({% 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 %}
My link is pinkpoodledesignz.com