What's your biggest current challenge? Have your say in Community Polls along the right column.

Show A Different Inventory Level Based On Customer Tag

Show A Different Inventory Level Based On Customer Tag

edumesnil
Visitor
1 0 0

Hi,

Looking for solutions for inventory management for a wholesale portal that customers are able to access based on customer tag. Is there a way (preferably with an app) to show & hide inventory levels to customers tagged "wholesale?"

 

Thank you,

Elizabeth

Replies 2 (2)

made4Uo
Shopify Partner
3856 717 1198

Hi @edumesnil,

 

Yes. Try the logic below

NOTE: Customer must be signed in to show  wholesale since it is set to false by default. 

 

 

{% assign wholesale = false %}
{% if customer %}
{% if customer .tags contains 'wholesale ' %}
    {% assign wholesale = true %}  
{% endif %} 
{% endif %}

{% if wholesale %}
Show product cards...
{% endif %}

 

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

dropship_helps
Shopify Partner
1823 56 281

Hi @edumesnil 

 

This app may suit your requirements.  https://apps.shopify.com/wipeout