8
0

[Fixed] wrong html-id input

Dieser Commit ist enthalten in:
2025-06-14 14:25:58 +02:00
Ursprung 287132ecb4
Commit 61be67638e
7 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -8,7 +8,7 @@
<p class="alert alert-info">{{ translate({ ident: "WISH_LIST_EMPTY" }) }}</p> <p class="alert alert-info">{{ translate({ ident: "WISH_LIST_EMPTY" }) }}</p>
{% endif %} {% 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}) }} {{ insert_tracker({title: template_title}) }}
{% endset %} {% endset %}

Datei anzeigen

@ -21,7 +21,7 @@
{% endif %} {% endif %}
{% endblock %} {% 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}) }} {{ insert_tracker({title: template_title}) }}
{% endset %} {% endset %}

Datei anzeigen

@ -34,7 +34,7 @@
</p> </p>
{% endif %} {% 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}) }} {{ insert_tracker({title: template_title}) }}
{% endset %} {% endset %}

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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