{{ -----BEGIN RELATED PRODUCTS SECTION---- }}
{% assign currentProduct = product.id %} {% assign counter = 0 %} {% for category in product.categories limit:1 %}
{% if product.on_sale %}{% if product.max_price != product.default_price %}{{ product.max_price | money_with_sign }}{% endif %}{% endif %}{{ product.price | money_with_sign }}
{{ counter | plus: 1 }}