{% if i18n-description %}{{ i18n-description }}{% else %}{{ page.description }}{% endif %}

{{ site.data.i18n.common.product-layout[site.lang].model | default: 'Model' }}: {% if i18n-title %}{{ i18n-title }}{% else %}{{ page.title }}{% endif %}

{{ site.data.i18n.common.product-layout[site.lang].brand | default: 'Brand' }}: {{ page.brand }}

{{ site.data.i18n.common.product-layout[site.lang].commercial | default: 'Commercial' }}: {{ page.commercial }}

{{ site.data.i18n.components.product-cards[site.lang].product-generals.sat-code.title | default: 'SAT code' }}: {{ page.sat-code }}

{% assign collections = site.collections | where: "label", page.collection %} {% for collection in collections %} {% if collection.prices == false %} Contáctanos para un precio especial {% endif %} {% unless collection.prices == false %} {% capture price %} {% unless site.product.price.disabled %} {% assign price-size = page.price | downcase | split: '.' | last | size %} {% if page.price %}{{ page.price | prepend: '$ ' }}{% endif %}{% if price-size == 1 %}{{ "0" }}{% endif %} {% if page.currency %} {{ page.currency | prepend: ' ' }} {% endif %} {% endunless %} {% endcapture %} {{ price | strip }} {% capture promotion-price %} {% unless site.original %} {% if site.special-offers.customers %} {% assign promotion-price-size = page.promotion-price | downcase | split: '.' | last | size %} {% if page.promotion-price %}{{ page.promotion-price | prepend: '$ ' }}{% endif %}{% if promotion-price-size == 1 %}{{ "0" }}{% endif %} {% if page.promotion-currency %} {{ page.promotion-currency | prepend: ' ' }} {% endif %} {% else %} Contáctanos para un precio especial {% endif %} {% endunless %} {% endcapture %} {{ promotion-price | strip }} {% endunless %} {% endfor %}