Why doesn't the private collection display after customer login on Streamline Theme?

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 %}
{{ form.errors | default_errors }}
{% endif %}
{{ 'customer.login.email' | t }}
{% if form.password_needed %}
{{ 'customer.login.password' | t }}
{% endif %} {% endform %}

{{ pages.no-access.content }}

{% endif %}

@HUMN - can you please share this page link and any dummy code as customer?

Hello! Thanks for the reply. We were able to get this set up. However, we’re curious if we can make a URL specifically for these VIP pages to give to customers where they don’t have to see or visit the full site.

https://humnleague.com/collections/vip