checkout_cart_index.xml 870 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  10. <body>
  11. <referenceContainer name="checkout.cart.container">
  12. <container name="cart.discount" label="Cart Discount Container" htmlTag="div" htmlClass="cart-discount" after="-" />
  13. </referenceContainer>
  14. <move element="checkout.cart.crosssell" destination="checkout.cart.container" after="-" />
  15. <move element="checkout.cart.coupon" destination="cart.discount" />
  16. <move element="checkout.cart.shortcut.buttons" destination="checkout.cart.methods" after="checkout.cart.methods.onepage.bottom"/>
  17. </body>
  18. </page>