From 004904b5b2756b9c3ba9851724c9de83d4f13fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6dde?= Date: Tue, 5 Nov 2019 15:55:34 +0100 Subject: [PATCH] [HEIDELPAY-137] Add further template blocks to confirm page --- .../page/checkout/confirm/index.html.twig | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/Resources/views/storefront/page/checkout/confirm/index.html.twig b/src/Resources/views/storefront/page/checkout/confirm/index.html.twig index 6a8ce20..bea9de0 100755 --- a/src/Resources/views/storefront/page/checkout/confirm/index.html.twig +++ b/src/Resources/views/storefront/page/checkout/confirm/index.html.twig @@ -20,24 +20,32 @@ {% endblock %} -
-
-
- {{ context.paymentMethod.translated.name }} -
- -
- {% sw_include context.paymentMethod.customFields.heidelpay_frame ignore missing %} +
+ {% block heidelpay_checkout_confirm_frame_card_body %} + {% block heidelpay_checkout_confirm_frame_card_body_title %} +
+ {{ context.paymentMethod.translated.name }} +
+ {% endblock %} + + {% block heidelpay_checkout_confirm_frame_card_body_frame %} +
+ {% sw_include context.paymentMethod.customFields.heidelpay_frame ignore missing %} +
+ {% endblock %} + {% endblock %}
-
+ {% endblock %} {% endblock %} {% endif %}