Skip to content

Instantly share code, notes, and snippets.

View sdverma's full-sized avatar
🎯
Focusing

Sandeep Verma sdverma

🎯
Focusing
View GitHub Profile
@sdverma
sdverma / checkout_index_index.xml
Last active April 3, 2020 09:48
Payments Details In an block below Order Summary in Checkout in Magento 2
<!-- File Path in Magento2: app/code/CustomModules/PaymentOrderSummary/view/frontend/layout/checkout_index_index.xml -->
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="checkout.root">
<arguments>
<argument name="jsLayout" xsi:type="array">
<item name="components" xsi:type="array">
<item name="checkout" xsi:type="array">
<item name="children" xsi:type="array">