wish-list

{% if customer %}

    {% for tag in customer.tags %} {% assign the_test = "nutthin" %} {% capture tag_id %}{{ tag }}{% endcapture %} {% assign tag_count = 0 %} {% assign tag_size = tag_id | size %} {% for tag in customer.tags %} {% capture cur_tag %}{{ tag }}{% endcapture %} {% if cur_tag contains tag_id %} {% assign cur_tag_size = cur_tag | size %} {% assign difference = tag_size | minus: cur_tag_size %} {% if difference == 0 %} {% assign the_test = tag_id %} {% else %} {% assign the_test = "nutthin" %} {% endif %} {% endif %} {% endfor %} {% for collection in collections %} {% if collection.handle == "all" %} {% for product in collection.products %} {% capture product_id %}{{ product.id }}{% endcapture %} {% assign product_id_size = product_id | size %} {% assign difference_one = tag_size | minus: product_id_size %} {% assign difference = difference_one | money_without_currency | times: 100 %} {% capture difference_check %}{{ difference | divided_by: 2 }}{% endcapture %} {% assign check = difference_check | split: '.' %} {% if check[1] contains "5" %}{% assign display = "false" %}{% else %}{% assign display = "true" %}{% endif %} {% if the_test contains product_id and display == "true" %}
  • {{ product.title }}
    {% form 'customer' %} {% endform %}
    {% for variant in product.variants limit:1 %}
    {% endfor %}
  • {% endif %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
Share my wish list via email

{% else %}

To create a wish list you mustsign inorcreate an account.

{% endif %}