totals.phtml 578 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <?php
  8. /**
  9. * Shopping cart totals template
  10. * @var $block \Magento\Checkout\Block\Cart\Totals
  11. */
  12. ?>
  13. <div id="cart-totals" class="cart-totals" data-bind="scope:'block-totals'">
  14. <!-- ko template: getTemplate() --><!-- /ko -->
  15. <script type="text/x-magento-init">
  16. {
  17. "#cart-totals": {
  18. "Magento_Ui/js/core/app": <?= /* @escapeNotVerified */ $block->getJsLayout() ?>
  19. }
  20. }
  21. </script>
  22. </div>