{% set productName = product.cache(shop.currentLocale).name %} {% set productPath = path('eshop_product_detail', {slug: product.cache(shop.currentLocale).slug}) %}
{% if product.mainImage %} {{ productName }} {% else %} {{ component('dummy_image') }} {% endif %}
{{ productName }} {% if product.cache(shop.currentLocale).variantName %} ({{ product.cache(shop.currentLocale).variantName }}) {% endif %}
{% if product.cache(shop.currentLocale).price %} {{ product.cache(shop.currentLocale).price|money }} {% else %} {{ 'free'|translate }} {% endif %}