Hello I have followed this tutorial online to create a private collection page for some exclusive items:
Create Private Collection For Tagged Customers (Shopify Tutorial) - YouTube
But the products don’t show up on the page once i’ve tagged myself as a ‘vip’. I have made sure all products are available on all sales channels. I have manually added the products to the collection and they still don’t appear.
Anyone have a solution for this?
Thank you in advance
Hi @maddie2426
We would love to custom code this feature if you are willing to hire.
Let me know your thoughts…
If that YouTube Video doesn’t work I’ve just solved it:
Follow steps to this video:
Create Private Collection For Tagged Customers (Shopify Tutorial) (youtube.com)
Add this code instead of what’s in the YouTube description if the video code didn’t work for you.
{%if customer.tags contains ‘vip’%}
{% section ‘main-collection-product-grid’ %}
{%else%}
{{ pages.no-access.content }}
{%endif%}