I have a variety of VIP tags assigned to customers that gives various access. Is there a way to display customer tags on the account page? It would be nice to have a spot for them to see what level they are on.
Hi,
You can add this code to customers/account.liquid.
And You can write your own CSS code for vip-customer CSS class.
{% if customer.tags contains "vip" %}
VIP
{% endif %}
Thank you
Hi @toedotpsd ,
You can add custom metafield to customer and assign them accordingly and show those field on profile page.