magento 2.4 add to cart multiple simple products with options
I’m trying to add to cart multiple simple products with different custom options at once. So far, I’ve overridden the checkout/add controller and replaced the line $this->cart->addProduct($product, $params) // around line 125 with following code: foreach($multipleItems as $productId = $productData)… Read More »magento 2.4 add to cart multiple simple products with options