Trying to set up a private collection that should be available via link to subscribers only.
I have been given this code to add to the private collection template. Does that look OK?
{%if customer.tags contains ‘vip’%}
{% section ‘collection’ %}
{%else%}
{{ pages.no-access.content }}
{%endif%}
Does that look OK?