404頁面不存在

您要查找的頁面不存在。

{% if box.title and box.title.text and box.title.text != '' %}

{{box.title.text}}

{% endif %} {% if box.subtitle and box.subtitle.text and box.subtitle.text != '' %}
{{box.subtitle.text}}
{% endif %}
{% elsif box.template.id == 2 or box.template.id == '2' %}
{% if box.title and box.title.text and box.title.text != '' %}

{{box.title.text}}

{% endif %} {% if box.subtitle and box.subtitle.text and box.subtitle.text != '' %}
{{box.subtitle.text}}
{% endif %} {% assign total_price = 0 %}
{% for product in products %} {% assign first_available_variant = false %} {% for variant in product.variants %} {% if first_available_variant == false and variant.available %}{% assign first_available_variant = variant %}{% endif %} {% endfor %} {% if first_available_variant == false %}{% assign first_available_variant = product.variants[0] %}{% endif %} {% if first_available_variant.available and box.template.selected %} {% assign total_price = total_price | plus: first_available_variant.price %} {% endif %} {% if product.images[0] %} {% assign featured_image = product.images[0] | img_url: '350x' %} {% else %} {% assign featured_image = no_image_url | img_url: '350x' %} {% endif %}
{% unless product.available %} {{translation.sold_out}} {% endunless %} {{product.title}}
{% endfor %}
{% if box.template.elements contains 'price' %}
{{translation.total_price}} {{total_price | money}}
{% endif %} {% if box.template.elements contains 'addToCartBtn' %} {% endif %}
    {% for product in products %} {% assign first_available_variant = false %} {% for variant in product.variants %} {% if first_available_variant == false and variant.available %}{% assign first_available_variant = variant %}{% endif %} {% endfor %} {% if first_available_variant == false %}{% assign first_available_variant = product.variants[0] %}{% endif %} {% if product.images[0] %} {% assign featured_image = product.images[0] | img_url: '350x' %} {% else %} {% assign featured_image = no_image_url | img_url: '350x' %} {% endif %}
  • {% if product.id == cur_product_id %}{{translation.this_item}} {% endif %}{{product.title}}{% unless product.available %} - {{translation.sold_out}}{% endunless %} {% assign variants_size = product.variants | size %}
    {% if box.template.elements contains 'price' %} {{first_available_variant.price | money}} {% if first_available_variant.compare_at_price > first_available_variant.price %} {{first_available_variant.compare_at_price | money}} {% endif %} {% endif %}
  • {% endfor %}
{% elsif box.template.id == 3 or box.template.id == '3' %}
{% if box.title and box.title.text and box.title.text != '' %}

{{box.title.text}}

{% endif %} {% if box.subtitle and box.subtitle.text and box.subtitle.text != '' %}
{{box.subtitle.text}}
{% endif %} {% assign total_price = 0 %}
    {% for product in products %} {% assign first_available_variant = false %} {% for variant in product.variants %} {% if first_available_variant == false and variant.available %}{% assign first_available_variant = variant %}{% endif %} {% endfor %} {% if first_available_variant == false %}{% assign first_available_variant = product.variants[0] %}{% endif %} {% if first_available_variant.available and box.template.selected %} {% assign total_price = total_price | plus: first_available_variant.price %} {% endif %} {% if product.images[0] %} {% assign featured_image = product.images[0] | img_url: '100x' %} {% else %} {% assign featured_image = no_image_url | img_url: '100x' %} {% endif %}
  • {% assign variants_size = product.variants | size %}
    {% if box.template.elements contains 'price' %} {{first_available_variant.price | money}} {% if first_available_variant.compare_at_price > first_available_variant.price %} {{first_available_variant.compare_at_price | money}} {% endif %} {% endif %}
  • {% endfor %}
{% if box.template.elements contains 'price' %}
{{translation.total_price}} {{total_price | money}}
{% endif %} {% if box.template.elements contains 'addToCartBtn' %} {% endif %}
{% endif %}