8
0

[Fixed] commenting out add_to_cart

since it doesn't work properly currently and requires a greater fixup
Dieser Commit ist enthalten in:
2025-06-29 01:34:20 +02:00
Ursprung cdc448aa80
Commit ac04be4b75
3 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -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'} %} #}

Datei anzeigen

@ -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 %}

Datei anzeigen

@ -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 %}