Order summary component
Gain a better understanding of the order summary component along with how to create and mount it
Last updated
Gain a better understanding of the order summary component along with how to create and mount it
Last updated
let orderSummaryComponent;
...
orderSummaryComponent = components.createComponent('ordersummary');<div id="order-summary-container" style="display: block">
...
orderSummaryComponent.mount('order-summary-container');