{% if column_left or column_right %}
{% set class = 'col-sm-6' %}
{% else %}
{% set class = 'col-sm-8' %}
{% endif %}
{% if products %}
{% if thumb or images %}
{% endif %}
{% for attribute_group in attribute_groups %}
{% endif %}
{% if review_status %}
{% endif %}
{% if column_left or column_right %}
{% set class = 'col-sm-6' %}
{% else %}
{% set class = 'col-sm-4' %}
{% endif %}
{{ description }}
{% if attribute_groups %}
{{ attribute_group.name }} | |
{{ attribute.name }} | {{ attribute.text }} |
{{ heading_title }}
-
{% if manufacturer %}
- {{ text_manufacturer }} {{ manufacturer }} {% endif %}
- {{ text_model }} {{ model }} {% if reward %}
- {{ text_reward }} {{ reward }} {% endif %}
- {{ text_stock }} {{ stock }}
-
{% if not special %}
-
{{ price }}
{% else %}
- {{ price }}
-
{{ special }}
{% endif %}
{% 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 %}
{% if options %}
{% for option in options %} {% if option.type == 'select' %}
{% endif %}
{% if option.type == 'radio' %}
{% 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 review_status %}
{% endif %} {% for option in options %} {% if option.type == 'select' %}
{% 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_related }}
{% set i = 0 %}
{% for product in products %}
{% if column_left and column_right %}
{% set class = 'col-xs-8 col-sm-6' %}
{% elseif column_left or column_right %}
{% set class = 'col-xs-6 col-md-4' %}
{% else %}
{% set class = 'col-xs-6 col-sm-3' %}
{% endif %}
{% if column_left and column_right and (i + 1) % 2 == 0 %}
{% elseif column_left or column_right and (i + 1) % 3 == 0 %}
{% elseif (i + 1) % 4 == 0 %}
{% endif %}
{% set i = i + 1 %}
{% endfor %}
{% endif %}
{% if tags %}
{{ product.name }}
{{ product.description }}
{% if product.rating %} {% endif %} {% if product.price %}{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %} {% if product.tax %} {{ text_tax }} {{ product.tax }} {% endif %}
{% endif %}{{ text_tags }} {% for i in 0..tags|length %} {% if i < (tags|length - 1) %} {{ tags[i].tag }}, {% else %} {{ tags[i].tag }} {% endif %} {% endfor %}
{% endif %} {{ content_bottom }}