[Fixed] wrong html-id input
This commit is contained in:
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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'} %}
|
@ -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 %}
|
@ -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 %}
|
@ -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 %}
|
Reference in New Issue
Block a user