如何通过 XML 代码或其他方式重新排列 magento 2 页块 div?

How to rearrange magento 2 page block div by XML code or something else?

我想重新排列我的 magento2 页面 HTML 我用 XML 标签尝试过的块但是它在移动但是我不能移动我必须放置的确切位置所以请帮助我定制页面块或任何人有页面自定义工具或任何其他提示?

在您的主题中,您需要在 Vendor/Theme/Magento_Checkout/layout/

下放置一个 checkout_cart_index.xml

在那里你可以像这样使用移动指令

<move element="checkout.cart.coupon" destination="cart.summary" before="checkout.cart.summary.title"></move>