diff --git a/templates/webshop/base.jinja b/templates/webshop/base.jinja index 03bbbff..634cbd4 100644 --- a/templates/webshop/base.jinja +++ b/templates/webshop/base.jinja @@ -342,6 +342,7 @@ + - {% endblock scripts %} - {% block ga_page_view %} // 1. Send product and impression data with pageview. ga('ec:addProduct', {{ product.ga_product_data()|tojson|safe }});