Hombre Last Chance PantalonesyChinos
{{total_products}} resultadosLoading Products
{% assign msrp = product.msrp | plus: 0 %} {% assign price = product.price | plus: 0 %} {% if msrp > price %} Regular price {{product.msrp | times:100 | money }} {{product.price | times:100 | money }} {% capture show_savings %}(-%){% endcapture %} {% if show_savings != blank %} {% assign percent_off = product.msrp | minus: product.price | divided_by: product.msrp | times: 100 | round | append: '%' %} {{ show_savings | replace: '%', percent_off }} {% endif %} {% else %} {% assign price = product.price | times: 100 %} {% for tag in product.tags %} {% if tag contains 'PriceOverride:' %} {% assign price = tag | remove: 'PriceOverride:' | plus: 0 %} {% endif %} {% endfor %} {{price | money }} {% endif %}
-
{% for badge in product.badges %}
- {{ badge }}
{% endfor %}