{% if i18n-title %}{{ i18n-title }}{% else %}{{ doc.title | default: i18n-id }}{% endif %} {% if i18n-title %}{{ i18n-title }}{% else %}{{ doc.title }}{% endif %}
{{ doc.brand }} {{ doc.commercial }}
{% if i18n-description %}{{ i18n-description }}{% else %}{{ doc.description }}{% endif %}
{% assign collections = site.collections | where: "label", page.collection %} {% for collection in collections %} {% unless collection.prices == false %} {% unless site.product.price.disabled %}
{% capture price %} {% assign doc-price-size = doc.price | downcase | split: '.' | last | size %} {% if doc.price %}{{ doc.price | prepend: '$ ' }}{% endif %}{% if doc-price-size == 1 %}{{ "0" }}{% endif %} {% if doc.currency %} {{ doc.currency | prepend: ' ' }} {% endif %} {% endcapture %} {{ price | strip }} {% capture promotion-price %} {% unless site.original %} {% if site.special-offers.customers %} {% assign promotion-price-size = doc.promotion-price | downcase | split: '.' | last | size %} {% if doc.promotion-price %}{{ doc.promotion-price | prepend: '$ ' }}{% endif %}{% if promotion-price-size == 1 %}{{ "0" }}{% endif %} {% if doc.promotion-currency %} {{ doc.promotion-currency | prepend: ' ' }} {% endif %} {% endif %} {% endunless %} {% endcapture %} {{ promotion-price | strip }}
{% endunless %} {% endunless %} {% endfor %}