File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
app/code/Magento/Checkout/view/frontend Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 1column" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
- <head >
10
- <script src =" Magento_Checkout/js/checkout-loader.js" />
11
- </head >
12
9
<body >
13
10
<referenceContainer name =" content" >
14
11
<block class =" Magento\Checkout\Block\Onepage" name =" checkout.root" template =" onepage.phtml" cacheable =" false" >
Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ var config = {
9
9
discountCode : 'Magento_Checkout/js/discount-codes' ,
10
10
shoppingCart : 'Magento_Checkout/js/shopping-cart' ,
11
11
regionUpdater : 'Magento_Checkout/js/region-updater' ,
12
- sidebar : 'Magento_Checkout/js/sidebar'
12
+ sidebar : 'Magento_Checkout/js/sidebar' ,
13
+ checkoutLoader : 'Magento_Checkout/js/checkout-loader' ,
14
+ checkoutData : 'Magento_Checkout/js/checkout-data' ,
15
+ proceedToCheckout : 'Magento_Checkout/js/proceed-to-checkout'
13
16
}
14
- }
17
+ } ,
18
+ deps : [
19
+ "Magento_Checkout/js/checkout-loader"
20
+ ]
15
21
} ;
You can’t perform that action at this time.
0 commit comments