{% if use_zoom %}
{% if use_swatches %}
{% if images %}
{% set img_count = 2 %}
{% for image in images %}
{% set img_count = img_count + 1 %}
{% endfor %}
{% endif %}
{% else %}
{% if thumb %}
{% endif %}
{% if images %}
{% set img_count = 2 %}
{% for image in images %}
{% set img_count = img_count + 1 %}
{% endfor %}
{% endif %}
{% endif %}
{% else %}
{% if use_swatches %}
{% if thumb or images %}
{% if thumb %}
{% endif %}
{% if images %}
{% for image in images %}
{% endfor %}
{% endif %}
{% endif %}
{% else %}
{% if thumb or images %}
{% endif %}
{% endif %}
{% endif %}
{{ heading_title }}
{% if price %} {% if not special %}
{{ price }}
{% else %}
{{ special }}
{{ price }}
-
{% if price %}
{% if tax %}
- {{ text_tax }} {{ tax }} {% endif %} {% if points %}
- {{ text_points }} {{ points }} {% endif %} {% if discounts %}
-
{% for discount in discounts %}
- {{ discount.quantity }}{{ text_discount }}{{ discount.price }} {% endfor %} {% endif %} {% endif %} {% if manufacturer %}
- {{ text_manufacturer }} {{ manufacturer }} {% endif %}
- {{ text_model }} {{ model }} {% if reward %}
- {{ text_reward }} {{ reward }} {% endif %}
- {{ text_stock }} {{ stock }}
{{ short_description }}
{% if options %}
{% else %}
{% endif %}
{% endif %}
{% if option.type == 'radio' %}
{% if option.option_id == swatches_option %}
{% else %}
{% endif %}
{% endif %}
{% else %}
{% if option.type == 'select' %}
{% endif %}
{% if option.type == 'radio' %}
{% endif %}
{% endif %}
{% if option.type == 'checkbox' %}
{% endif %}
{% if option.type == 'text' %}
{% endif %}
{% if option.type == 'textarea' %}
{% endif %}
{% if option.type == 'file' %}
{% endif %}
{% if option.type == 'date' %}
{% endif %}
{% if option.type == 'datetime' %}
{% endif %}
{% if option.type == 'time' %}
{% endif %}
{% endfor %}
{% endif %}
{% if recurrings %}
{% endif %}
{% if minimum > 1 %}
{% if tags %}
{{ text_option }}
{% for option in options %} {% if use_swatches %} {% if option.type == 'select' %} {% if option.option_id == swatches_option %}-
{% for option_value in option.product_option_value %}
{% endfor %}
-
{% for option_value in option.product_option_value %}
{% endfor %}
{% for option_value in option.product_option_value %}
{% endfor %}
{% for option_value in option.product_option_value %}
{% endfor %}
{% for option_value in option.product_option_value %}
{% endfor %}
{% for option_value in option.product_option_value %}
{% endfor %}
{{ text_payment_recurring }}
{{ text_minimum }}
{% endif %}{{ text_tags }} {% for i in 0..tags|length %} {% if i < (tags|length - 1) %} {{ tags[i].tag }}, {% else %} {{ tags[i].tag }} {% endif %} {% endfor %}
{% endif %}{{ description }}
{% if attribute_groups %}
| {{ attribute_group.name }} | |
| {{ attribute.name }} | {{ attribute.text }} |