{% set price = page.product.calculatedPrice %}{% if page.product.calculatedPrices|length >= 1 %} {% set price = page.product.calculatedPrices.first %}{% endif %}ironMatomoDataLayer.track.push(['setEcommerceView',"{{ page.product.productNumber }}","{{ page.product.translated.name }}","",{{ price.unitPrice|number_format(2, '.', '') }}]);