{% for product in pagination.items %} {% set on_sale = product.onSale %} {% set page_url = '/product/' ~ product.url_name %} {{ open_form({'class': 'custom', 'onsubmit': 'return false'}) }}
{{ image.title }}

{{ product.name }}

{{ product.description|unescape }}
{% if on_sale %}{{ product.fullPrice|currency }}{% endif %} {{ product.price|currency }}
{{ flash() }} Add to Cart
{{ close_form() }} {% else %}

There are no products in this category.

{% endfor %}