[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>
|
<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 %}
|
||||||
|
@ -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 %}
|
||||||
|
@ -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 %}
|
||||||
|
@ -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'} %}
|
@ -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 %}
|
@ -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 %}
|
@ -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 %}
|
Reference in New Issue
Block a user