cancel
Showing results for 
Search instead for 
Did you mean: 

Found core BUG 1.9.1.0 - wrong subtotal in cart

Found core BUG 1.9.1.0 - wrong subtotal in cart

Hi everyone,

 

I think I'have found core funcionality bug in Magento 1.9.1.0 (rwd). Here is how all things must be done:

 

1) Register some user

2) Add billing and shipping address and few ( two or three) additional addresses

3) Make sure you are enabled multiple addresses checkout

4) Add few products to cart

5) Go to checkout page to multiple addresses step, at index.php/checkout/multishipping/addresses/

6) Select DIFFERENT addresses to each products and click continue

7) After you are redirected to shipping information page just go directly to your catalog, select some product and add it to cart and look then what subtotal price in cart is calculated Smiley Happy It is multiplied depending on how much different addresses you have selected at multishipping/addresses page.

 

Seems that app/code/core/Mage/Sales/Model/Quote.php -> collectTotals() method is calculating wrong subtotal prices in this case or maybe there are some other issues.. If anyone else had this issue and know how to fix this please contact me.

 

Best regards,

Kipras Balciunas

3 REPLIES 3

Re: Found core BUG 1.9.1.0 - wrong subtotal in cart

Anyone found same issue ?

Re: Found core BUG 1.9.1.0 - wrong subtotal in cart

Thank you for your report.

Have you checked the bug tracking system that there is no other that has reported the same problem?

 

The system for bug repporting and checking for simular cases you find here.

 

http://www.magentocommerce.com/bug-tracking

 

 

Re: Found core BUG 1.9.1.0 - wrong subtotal in cart

Thanks, I have reported this bug to this system.