subtotal.html 334 B

123456789101112131415
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div class="subtotal">
  8. <span class="label">
  9. <!-- ko i18n: 'Cart Subtotal' --><!-- /ko -->
  10. </span>
  11. <!-- ko foreach: elems -->
  12. <!-- ko template: getTemplate() --><!-- /ko -->
  13. <!-- /ko -->
  14. </div>