Hello Guys,
Can anyone tell me how to place the subtotal block under the list of products? in the cart page. see also the Photo.
Thanks for the support and help.
Best regards,
Michel
Nobody can tell me how I can fix it ?
You can extend layout file for this. Create file under app/design/frontend/[vendor]/[theme]/Magento_Checkout/layout/checkout_cart_index.xml
and add line:
<move element="cart.summary" destination="checkout.cart.container" after="-" />