Update the qty - nothing to change. See only visually updated.
The Vuex state not updated.
Update the qty from frontend - then check Vuex state changed.
Try to change the qty for some item in cart.
dispatch('updateItem', { product: { qty: cartItem.prev_qty } })
Need pass the sku property to product option.
Pick one option.
develop branch and create Pull Request 2. Feature / Improvement back to develop.release branch and create Pull Request 3. Stabilisation fix back to release.hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.@dimasch Hey, could you tell us which version of VSF did you use?
I would like to take this issue
Hey @dimasch tested it on 1.11 branch and it works fine, but on 1.10 branch the getter returns different quantity as you have mentioned
ok so seems like we have to backport a bugfix thanks @georgiev-ivan
@andrzejewsky can we quickly fix this one and close it (the solution is provided in the comment)
@dimasch Hey :) I've check this in 1.10.6 and it seems working ok. Can you check if this still occurs?
