You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
874 B

  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>