[Fixed] missing checkout/user extension
making sure that begin_checkout is always rolled out
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
'event': 'begin_checkout',
|
'event': 'begin_checkout',
|
||||||
'eventLabel':'Begin of checkout',
|
'eventLabel':'Begin of checkout',
|
||||||
'ecommerce': {
|
'ecommerce': {
|
||||||
'actionField': "Begin",
|
'actionField': "Begin Checkout - Step 2",
|
||||||
'currency': "{{ gtmCurrency.name }}",
|
'currency': "{{ gtmCurrency.name }}",
|
||||||
'value': {{ d3BasketPrice.getPrice() }},
|
'value': {{ d3BasketPrice.getPrice() }},
|
||||||
'coupon': '{% for key, sVoucher in oxcmp_basket.getVouchers() %}{{ sVoucher.sVoucherNr }}{% if not loop.last %}, {% endif %}{% endfor %}',
|
'coupon': '{% for key, sVoucher in oxcmp_basket.getVouchers() %}{{ sVoucher.sVoucherNr }}{% if not loop.last %}, {% endif %}{% endfor %}',
|
||||||
|
@ -3,5 +3,11 @@
|
|||||||
{% block checkout_user_main %}
|
{% block checkout_user_main %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
|
||||||
|
{% include "@d3googleanalytics4/event/begin_checkout.html.twig" %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block checkout_user %}
|
||||||
|
{{ parent() }}
|
||||||
|
|
||||||
{% include "@d3googleanalytics4/event/begin_checkout.html.twig" %}
|
{% include "@d3googleanalytics4/event/begin_checkout.html.twig" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
Reference in New Issue
Block a user