13 lines
315 B
Twig
13 lines
315 B
Twig
{% extends "page/checkout/user.html.twig" %}
|
|
|
|
{% block checkout_user_main %}
|
|
{{ parent() }}
|
|
|
|
{% include "@d3googleanalytics4/event/begin_checkout.html.twig" %}
|
|
{% endblock %}
|
|
|
|
{% block checkout_user %}
|
|
{{ parent() }}
|
|
|
|
{% include "@d3googleanalytics4/event/begin_checkout.html.twig" %}
|
|
{% endblock %} |