[Fixed] commenting out add_to_cart
since it doesn't work properly currently and requires a greater fixup
This commit is contained in:
@ -44,4 +44,5 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
|
||||
{# ToDo: fix add_to_cart! #}
|
||||
{# {% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %} #}
|
@ -8,6 +8,6 @@
|
||||
|
||||
{% block page_list_listbody %}
|
||||
{{ parent() }}
|
||||
|
||||
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
|
||||
{# ToDo: fix add_to_cart #}
|
||||
{# {% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %} #}
|
||||
{% endblock %}
|
@ -3,5 +3,6 @@
|
||||
{% block start_welcome_text %}
|
||||
{{ parent() }}
|
||||
|
||||
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
|
||||
{# ToDo: fix add_to_cart #}
|
||||
{# {% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %} #}
|
||||
{% endblock %}
|
Verwijs in nieuw issue
Block a user