How can I hide retail products from wholesale customers in search results?

Hi!

I sell regular retail products and wholesale products in my store. My wholesale products can only be viewed by my wholesale customers. And my wholesale customers, when logged into their wholesale account will not see the retail products.

Now, when using the search bar, all products are visible. I’ve placed this code to hide the wholesale products from the regular customers. But I’m having trouble doing the reverse, hiding my retail products for my wholesale customers.

{% for item in search.results %}
{% unless item.tags contains ‘wholesale’ %}

{% endunless %}
{% endfor %}

Any help would be appreciated!

Hello @Palle !

You can try Merchandising rule in Ultimate Filter & Search app to hide certain products/ collection based on customer group (no tag, with certain tags).

Thanks,
Digital Artisans