When adding new product programmatically to existing Cart in Magento 2, product price is 0
My goal: Magento 2.2.5 If the customer checked to [Add Shopping Bag] option then click [Proceed to Purchase], I'll add the [Shopping Bag] product to cart and redirect to confirm page. Cart page → Confirm page Source Code: public function addShoppingBag()…