Skip to content

Commit 535a3fe

Browse files
ENGCOM-7495: Shopping cart items after container issue fixed #27834
- Merge Pull Request #27834 from ajithkumar-maragathavel/magento2:shopping-cart-widget - Merged commits: 1. a11126d
2 parents 9df4250 + a11126d commit 535a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_cart_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<block class="Magento\Framework\View\Element\RendererList" name="checkout.cart.item.renderers" as="renderer.list"/>
185185
<block class="Magento\Framework\View\Element\Text\ListText" name="checkout.cart.order.actions"/>
186186
</block>
187-
<container name="checkout.cart.widget" as="checkout_cart_widget" label="Shopping Cart Items After"/>
187+
<container name="checkout.cart.widget" as="checkout_cart_widget" label="Shopping Cart Items After" after="cart-items"/>
188188
</container>
189189
<block class="Magento\Checkout\Block\Cart\Crosssell" name="checkout.cart.crosssell" template="Magento_Catalog::product/list/items.phtml" after="-" ifconfig="checkout/cart/crosssell_enabled">
190190
<arguments>

0 commit comments

Comments
 (0)