Guest User

Untitled

a guest
Jul 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {% comment %}This snippet is generated and updated by Bold Memberships.{% endcomment %}
  2. {% assign bold_hide_item = false %}
  3. {% assign bold_item_type = 'index'%}
  4. {% for bold_rule in index.metafields.bold_mem %}
  5. {% if bold_rule.last== 'hide' %}
  6. {% assign bold_hide_item = false %}
  7. {% endif %}
  8. {% if bold_rule.last == 'show' %}
  9. {% assign bold_hide_item = true %}
  10. {% assign bold_noaccess_snippet = 'bold-memberships-noaccess-' | append: bold_rule.first %}
  11. {% endif %}
  12. {% endfor %}
  13. {% for bold_rule in index.metafields.bold_mem %}
  14. {% for customer_tag in customer.tags %}
  15. {% if customer_tag == bold_rule.first %}
  16. {% if bold_rule.last == 'hide' %}
  17. {% assign bold_hide_item = true %}
  18. {% assign bold_noaccess_snippet = 'bold-memberships-noaccess-' | append: customer_tag %}
  19. {% endif %}
  20. {% if bold_rule.last == 'show' %}
  21. {% assign bold_hide_item = false %}
  22. {% endif %}
  23. {% endif %}
  24. {% endfor %}
  25. {% endfor %}
Add Comment
Please, Sign In to add comment