File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
app/code/Magento/Paypal/view/frontend/layout Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
+ <body >
10
+ <referenceBlock name =" product.info.addtocart.bundle" >
11
+ <block class =" Magento\Paypal\Block\PayLater\Banner" name =" product.info.addtocart.additional.paylater"
12
+ template =" Magento_Paypal::paylater/banner.phtml" >
13
+ <arguments >
14
+ <argument name =" placement" xsi : type =" string" >product</argument >
15
+ <argument name =" position" xsi : type =" string" >near_pp_button</argument >
16
+ <argument name =" jsLayout" xsi : type =" array" >
17
+ <item name =" components" xsi : type =" array" >
18
+ <item name =" payLater" xsi : type =" array" >
19
+ <item name =" config" xsi : type =" array" >
20
+ <item name =" refreshSelector" xsi : type =" string" >#bundle-slide</item >
21
+ </item >
22
+ </item >
23
+ </item >
24
+ </argument >
25
+ </arguments >
26
+ </block >
27
+ </referenceBlock >
28
+ </body >
29
+ </page >
You can’t perform that action at this time.
0 commit comments