{% for product in collections['paul-mcneil'].products limit:30 %}
{% if product.featured_image != blank %} <span class='notranslate'>{{ producto.imagen_destacada.alt | escape }}</span> {% else %} {% endif %}

{{product.title}}

{%- assign compare_at_price = product.compare_at_price -%} {%- assign price = product.price -%} {%- assign price_varies = product.price_varies -%} {%- assign money_price = price | money -%} {% if compare_at_price > price %} {{ money_price }} {{ compare_at_price | money }} {% else %} {% if price_varies %} {{ product.price_min | money }} - {{ product.price_max | money }} {% else %} {{ money_price }} {% endif %} {% endif %}
{% if product.available %} {% if product.variants.size == 1 %} Añadir al carrito {% else %} Ver opciones {% endif %} {% else %} {{ 'pagefly.products.product.sold_out' | t }} {% endif %}
{% else %} {% for i in (1..30) %} {% endfor %} {% endfor %}