Shopify themes, liquid, logos, and UX
Can anyone help me with Hiding the navigation "WHOLESALE" and all the sub menus from customers being able to see it. The only customers I want to be able to see it are the ones that are logged in and tagged "wholesale". Would also like to hide any products from showing up in search that have the tag "wholesale".
I am using the debut theme.
Hi @arachnidshop ,
You can check the status of logged in user and its tag with the below code
{%- if shop.customer_accounts_enabled -%}
{%- if customer -%}
{{customer.tags}}
{%- endif -%}
{%- endif -%}
Check the user state and write conditional code to fulfill your requirement.
Hope it helps...
No that doesn't help at all lol. That doesn't even relate to what im trying to do.
Your question has two parts.
1. Hiding the navigation "WHOLESALE" and all the sub menus from customers being able to see it
Above code will work best for it.
2. Would also like to hide any products from showing up in search that have the tag "wholesale"
This will require some more code to integrate into the theme.
We can implement this for you if you want.
I still want customers to see the wholesale navigation but only if they’re a wholesale customer and tagged with “wholesale”. The above code only checks to see if there a customer.
yes I want any product that is tagged wholesale to not show up in search
Seems you miss my {{customer.tags}} code which will print all tags attached to customer and you have to make another validation for the tag to exist.
Hope its clear now??
No unfortunately not, I don’t even know where to put that code, and I’m not so sure it will do what I’m looking to so, but I’m willing to try if I knew where to put code.
Where would I enter the specific tag 'wholesale' and where would I put this code?
Would this remove just the wholesale from anyone who is logged in but isn't tagged with wholesale from seeing it?
It depends on condition where you will put that.
You can achieve anything you want.
It would be for every page, my navigation is on every page
Yes offcourse
Still need help with this problem, solution has not been found yet
Hi Arachnidhop,
Did you manage to find a solution for this? I would like to apply something similar.
I can implement this in your themes if you are willing to hire.
Do let me know...
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024