Hi everyone,
Don't know if you can help. I am trying to create a collection where only my subscribed members can view. I don't want to download an app as they are paid. I have found this code:
{% if customer.tags contains ‘vip’ %}
{% section ‘collection’ %}
{% else %}
{{ pages.no-access.content }}
{% endif %}
but I keep getting this error when saving:
Liquid syntax error: Error in tag 'section' - Valid syntax: section '[type]'
Any ideas on how to fix this, I'm not a coder, so please be gentle on me :D
Josh
Hey there,
Do you have collection.liquid in your sections folder ?
If not exists then please create new one OR check what section liquid file you would like to display with and name correct there.
Thanks!
User | Count |
---|---|
418 | |
209 | |
144 | |
56 | |
42 |