{# /** * @file * * Default product template. * * Available variables: * - attributes: HTML attributes for the wrapper. * - product: The rendered product fields. * Use 'product' to print them all, or print a subset such as * 'product.title'. Use the following code to exclude the * printing of a given field: * @code * {{ product|without('title') }} * @endcode * - product_entity: The product entity. * - product_url: The product URL. * * @ingroup themeable */ #}
{{ product.variation_field_images }}

{{ product.title }}

{% if product.field_sale_label[0]['#markup'] != 'Off' %} {{ product.field_sale_label }} {% endif %} {% if product.field_new_label[0]['#markup'] != 'Off' %} {{ product.field_new_label }} {% endif %}
{{ product.field_rating }}
{{ product.variation_price }} {{ product.variation_field_old_price }}
{{ product.field_short_description }}
{{ product.variations }} {{ product.flag_compare }}