[Fixed] wrong html-id input

This commit is contained in:
2025-06-14 14:25:58 +02:00
bovenliggende 287132ecb4
commit 61be67638e
7 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen

Bestand weergeven

@ -8,7 +8,7 @@
<p class="alert alert-info">{{ translate({ ident: "WISH_LIST_EMPTY" }) }}</p>
{% endif %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{{ insert_tracker({title: template_title}) }}
{% endset %}

Bestand weergeven

@ -21,7 +21,7 @@
{% endif %}
{% endblock %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{{ insert_tracker({title: template_title}) }}
{% endset %}

Bestand weergeven

@ -34,7 +34,7 @@
</p>
{% endif %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{{ insert_tracker({title: template_title}) }}
{% endset %}

Bestand weergeven

@ -41,4 +41,4 @@
{% endif %}
{% endblock %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}

Bestand weergeven

@ -9,5 +9,5 @@
{% block details_productmain_tobasket %}
{{ parent() }}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{% endblock %}

Bestand weergeven

@ -9,5 +9,5 @@
{% block page_list_listbody %}
{{ parent() }}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{% endblock %}

Bestand weergeven

@ -3,5 +3,5 @@
{% block start_welcome_text %}
{{ parent() }}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: '#amountToBasket'} %}
{% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %}
{% endblock %}