cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2.1.5 Bundle product with simple product option price as "zero"

magento 2.1.5 Bundle product with simple product option price as "zero"

Hi all,

I created a simple product with price as "Zero". I add that product to the cart and it works fine. I created a bundle product with above created simple product as "product options". When add this product in to the cart, it shows the error like "We can't add this item to your shopping cart right now". 

When I checked about this issue, I found there is a problem on a method called collectTotals() in Magento\Quote\Model\Quote model.

 

I tested the same in  Magento 1.9.2, it works fine. But issue with Magento 2 as of my knowledge.

 

Preconditions:

  1. I have installed Magento 2.1.4 

Steps to reproduce:

  1. Add simple product with zero price.
  2. Add bundle product with above created simple product as bundle options
  3. Add this bundle product to the cart.

Expected result:

  1. Should be added in to the cart.

Actual result:

  1. Shows error like "We can't add this item to your shopping cart right now."

Kindly guide me to fix this issue.

Thanks,

3 REPLIES 3

Re: magento 2.1.5 Bundle product with simple product option price as "zero"

Hi,

I have faced the same issue in Magento 2. I haven't seen any solution so far. Let me know if you find a solution

Thank you

Ishani

Re: magento 2.1.5 Bundle product with simple product option price as "zero"

I got the same issue. Does anyone have the solution?

Re: magento 2.1.5 Bundle product with simple product option price as "zero"