문제

I need to place a custom block below the cart table on the cart page in magento 2. At the moment I'm only able to place it above, so it's displayed above the table AND the cart summary sidebar.

Where to place the block

Any advice? Thanks!

도움이 되었습니까?

해결책

add Below in your custom checkout_cart_index.xml layout file.

app/design/frontend/ThemeVendor/ThemeName/Magento_Checkout/layout/checkout_cart_index.xml

   <referenceContainer name="checkout.cart.container">
        <block class="Vendor\Module\Block\Cart\Your\Block" name="custom.block" template="Magento_Checkout::cart/test.phtml" after="checkout.cart.form" />
    </referenceContainer>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top