mc-magento2
mc-magento2 copied to clipboard
Get real product types in ecommerce cart
When getProductType is used the product type is resolved from the product and not the quote item, this is unwanted in the case of grouped products, since the quote item would then not have a single simple product.
The following pull request should fix this and make it possible to use grouped products in the abandoned cart connector.