biddyweb / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

quantity not incremented by correct amount #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add 1 item to cart

2. add 2 of same item to cart

What is the expected output? What do you see instead?
Item quantity should be 3, however it is 2.

What version of the product are you using? On what operating system?
1.0a6

Please provide any additional information below.

order.rb line 335 should be

        :quantity => item.quantity += quantity,

Original issue reported on code.google.com by omnitria...@gmail.com on 2 Oct 2008 at 12:02

GoogleCodeExporter commented 9 years ago
Fixed, r161

Original comment by subim...@gmail.com on 2 Nov 2008 at 10:55