sidebar.html 874 B

123456789101112131415161718192021222324252627282930
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div id="opc-sidebar"
  8. data-bind="afterRender:setModalElement, mageInit: {
  9. 'Magento_Ui/js/modal/modal':{
  10. 'type': 'custom',
  11. 'modalClass': 'opc-sidebar opc-summary-wrapper',
  12. 'wrapperClass': 'checkout-container',
  13. 'parentModalClass': '_has-modal-custom',
  14. 'responsive': true,
  15. 'responsiveClass': 'custom-slide',
  16. 'overlayClass': 'modal-custom-overlay',
  17. 'buttons': []
  18. }}">
  19. <!-- ko foreach: getRegion('summary') -->
  20. <!-- ko template: getTemplate() --><!-- /ko -->
  21. <!--/ko-->
  22. <div class="opc-block-shipping-information">
  23. <!-- ko foreach: getRegion('shipping-information') -->
  24. <!-- ko template: getTemplate() --><!-- /ko -->
  25. <!--/ko-->
  26. </div>
  27. </div>