code4business / freeproduct2

Magento2 extension that allows creating sales rules that add gift products.
64 stars 28 forks source link

fix #19 - Orders created via admin has multiple duplicate gift products #23

Closed gihovani closed 4 years ago

gihovani commented 4 years ago

Change $quote->getItems() to $quote->getItemsCollection()->getItems().

domeglic commented 4 years ago

I tested this in the frontend and it breaks the save process.

Quote in Magento has a weird problem with getItems and getItemsCollections. I don't remember the details but I believe that products that were just added to the cart are not supposed to be ingetItems, otherwise\Magento\Quote\Model\QuoteRepository\SaveHandler::save` will try to add them again.