{% set image = product.variant ? product.variant.image : product.data.image %} {% if image %} {% endif %} {{ product.variant.name ?: product.data.name }} {% if product.variant %}
{{ product.variant.properties_description | raw }} {% endif %} {% if product.custom_field_values %}
{{ product.custom_field_value_description | raw }} {% endif %} {{ product.quantity }} {{ product.price() | raw }} {% if product.service_options.count > 0 %}
+ {{ product.servicePostTaxes | money }}
{% endif %} {{ product.totalPostTaxes | money }} {% for option in product.service_options %} {{ option.name }} {{ option.price().integer | money }} {% endfor %}