{% if d3CmpBasket and d3CmpBasket.d3GtmRequestedArticleLoadedByAnid() != "null" %} {% set oGtmProduct = d3CmpBasket.d3GtmRequestedArticleLoadedByAnid() %} {% set oGtmAmountArticlesAdded = d3CmpBasket.getD3GtmAddToCartAmountArticles() %} {% set d3PriceObject = oGtmProduct.getPrice() %} {% set gtmCurrency = oView.getActCurrency() %} {% set gtmManufacturer = oGtmProduct.getManufacturer() %} {% set gtmCategory = oGtmProduct.getCategory() %} {% block d3_ga4_add_to_cart_list_block %} {% set doNotShow %}{% apply spaceless %} {% endapply %}{% endset %} {{ script({ add: d3_ga4_add_to_cart_listtpl.__toString(), dynamic: __oxid_include_dynamic }) }} {% endblock %} {% endif %}