Hi!
We’ve been successful setting up a password on a collection page. However, when the customer puts in their account code and the page opens, none of the collection shows. - This is the code we’re using. Which shows the customer log-in on the page when the customer isn’t logged in. Then when we input the log-in info, the page opens but the products aren’t seen.
{% if customer.has_account == true %}
{% section ‘private-collection’ %}
{% else %}
{% if customer.tags contains ‘vip’ %}
{% section ‘private-collection’ %}
{% endif %}
VIP LOG IN
CUSTOM DESIGNS
{% form 'customer_login' %} {% if form.errors %}{{ pages.no-access.content }}
{% endif %}