[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 %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% 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 %}
|
{% block page_list_listbody %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
{# ToDo: fix add_to_cart #}
|
||||||
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
|
{# {% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %} #}
|
||||||
{% endblock %}
|
{% endblock %}
|
@ -3,5 +3,6 @@
|
|||||||
{% block start_welcome_text %}
|
{% block start_welcome_text %}
|
||||||
{{ parent() }}
|
{{ 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 %}
|
{% endblock %}
|
Reference in New Issue
Block a user