{% if thumb or images %}
{% endif %}
{{ 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 %}
{{ description }}
{% if attribute_groups %}
{{ attribute_group.name }} | |
{{ attribute.name }} | {{ attribute.text }} |
{{ review }}
{% endif %}
{{ text_related }}
{% for product in products %}
{% endif %}
{% if tags %}
{{ product }}
{% endfor %}
{{ text_tags }} {% for i in 0..(tags|length - 1) %} {{ tags[i].tag }}{% if not loop.end %},{% endif %} {% endfor %}
{% endif %} {{ content_bottom }}