{% set url = (productPage | page({slug: product.data.slug, variant: product.variant.hashId})) %} {% set image = product.variant ? product.variant.image : product.data.image %} {% if image %} {{ image.title }} {% 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 %}
{{ 'offline.mall::frontend.remove' | trans }}
{% partial __SELF__ ~ '::table/quantitydropdown' product=product %} {{ 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 %}