I have a separate set of products on my store that are tagged with ‘wholesale’ that require a user to be logged in and also be tagged with ‘wholesale’ to access. problem is anyone searching can see the prices of all products!
Pretty sure its debut theme - where do I check this? I have tried adding a line (red) in search.liquid to hide all products tagged with ‘wholesale’ but this does not work…
{% for item in search.results %}
{% unless item.tags contains ‘wholesale’ %}
Any suggestions as to why it would not be working?
Failing that I want to just remove the prices from all the search results - can this be done?
Iam in serious need of assistance on this one. everything works well in the wholesale section but when searching wholesale in the search field anyone can see these prices.
Just to add more information. My above post works as the customer has to have an account to access the site. I have mine setup so the public can not view prices unless they have an account.
Thx for the above. What about hiding prices in the search results regardless of account status? In my case the product listings do not have a set price so just want to display the title.