{% set on_sale = product.onSale %} {{ open_form({'class': 'custom', 'onsubmit': 'return false'}) }}
{% if product.images.count > 1 %}
{% else %} {{ product.name }} {% endif %}
{{ product.name }}
{% if on_sale %} {{ product.fullPrice|currency }} {% endif %} {{ product.price|currency }}
{{ flash() }} Add to Cart
{{ close_form() }}