estimation.html 708 B

12345678910111213141516171819
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div class="opc-estimated-wrapper" data-bind="blockLoader: isLoading">
  8. <div class="estimated-block">
  9. <span class="estimated-label" data-bind="i18n: 'Estimated Total'"></span>
  10. <span class="estimated-price" data-bind="text: getValue()"></span>
  11. </div>
  12. <div class="minicart-wrapper">
  13. <button type="button" class="action showcart" data-bind="click: showSidebar" data-toggle="opc-summary">
  14. <span class="counter qty">
  15. <span class="counter-number" data-bind="text: getQuantity()"></span>
  16. </span>
  17. </button>
  18. </div>
  19. </div>