@@ -20,27 +20,31 @@ sylius_twig_hooks:
2020 template : " @PayPlugSyliusPayPlugPlugin/Account/SavedCards/Index/_subcontent.html.twig"
2121 priority : 10
2222
23+
2324 # TODO: check if this is possible only on select_payment page
2425 ' sylius_shop.checkout#stylesheets ' :
2526 select_payment_css :
2627 template : ' @PayPlugSyliusPayPlugPlugin/stylesheets/select_payment_css.html.twig'
2728
29+ ' sylius_shop.order#stylesheets ' :
30+ select_payment_css :
31+ template : ' @PayPlugSyliusPayPlugPlugin/stylesheets/select_payment_css.html.twig'
32+
2833 ' sylius_shop.shared.form.select_payment.payment.choice.details ' :
2934 payplug_choice :
3035 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_choice.html.twig'
31-
32- ' sylius_shop.checkout.select_payment.content.form.select_payment.payment.choice.details#payplug ' :
36+ ' sylius_shop.shared.form.select_payment.payment.choice.details#payplug ' :
3337 payplug_block :
3438 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_payplug_block.html.twig'
35- ' sylius_shop.checkout.select_payment.content .form.select_payment.payment.choice.details#payplug_oney ' :
39+ ' sylius_shop.shared .form.select_payment.payment.choice.details#payplug_oney ' :
3640 payplug_oney_block :
3741 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_payplug_oney_block.html.twig'
38- ' sylius_shop.checkout.select_payment.content .form.select_payment.payment.choice.details#payplug_bancontact ' :
42+ ' sylius_shop.shared .form.select_payment.payment.choice.details#payplug_bancontact ' :
3943 payplug_bancontact_block :
4044 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_payplug_bancontact_block.html.twig'
41- ' sylius_shop.checkout.select_payment.content .form.select_payment.payment.choice.details#payplug_apple_pay ' :
45+ ' sylius_shop.shared .form.select_payment.payment.choice.details#payplug_apple_pay ' :
4246 payplug_apple_pay_block :
4347 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_payplug_apple_pay_block.html.twig'
44- ' sylius_shop.checkout.select_payment.content .form.select_payment.payment.choice.details#payplug_american_express ' :
48+ ' sylius_shop.shared .form.select_payment.payment.choice.details#payplug_american_express ' :
4549 payplug_american_express_block :
4650 template : ' @PayPlugSyliusPayPlugPlugin/SyliusShopBundle/Checkout/SelectPayment/_payplug_american_express_block.html.twig'
0 commit comments