[Fixed] commenting out add_to_cart

since it doesn't work properly currently and requires a greater fixup
This commit is contained in:
2025-06-29 01:34:20 +02:00
bovenliggende cdc448aa80
commit ac04be4b75
3 gewijzigde bestanden met toevoegingen van 6 en 4 verwijderingen

Bestand weergeven

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

Bestand weergeven

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

Bestand weergeven

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