Magento 2.1 – Fix Shopping Cart Item Removal Issue

magento-2.1

We are having some issues when a customer try to remove the last (one) item from the shopping cart before it becomes empty, the only message that comes up is: We can't remove the item.

I have no idea why or how to fix it, or at least how to debug it.

Any help is appreciated.

Thanks

UPDATE – SOLUTION IN MY CASE

Posted by @ivankaranjac on this Post :

Problem with deleting, updating and adding to cart once an item is
added to the cart

traced the problem to
vendor/magento/module-quote/Model/ShippingAddressManagement.php#120

commented out that if and it all seams to work fine now.

Best Answer

Do you have minimum orders turned on? There appears to be a bug that matches your problem, which occurs when minimum orders is turned on.

Related Topic