vue-storefront-1
vue-storefront-1 copied to clipboard
Bundle products are priced incorrectly
Current behavior
Where the price of a bundle of a product changes in the code, or rather its formula, in order to remove at least part of the formula responsible for incorrect price formation if the bundle of goods is more than 1
Expected behavior
It should be noted that the bundle of goods and options has no tax, in this case, which means that nothing should change the price. To see the correct price again, you must always REFRESH (CTRL + R) the page :)). You need the right solution to the problem
Steps to reproduce the issue
On the following sites https://demo.storefrontcloud.io/sprite-yoga-companion-kit.html or https://capybara.storefrontcloud.io/sprite-yoga-companion-kit.html, we only have one bundle product with several options (sprite yoga companion kit), where by default its final price “$ 61.00” is formed, but if you create additionally or make a duplicate bundle of the product in Magento 2, you can see that according to some formula in VSF, there is an increase of +1 to the price. The price should remain the same $ 61.00, but in fact the price automatically changes to $ 62.00
Version of Vue Storefront
- [X] Vue Storefront
- [ ] Vue Storefront Next
Can you handle fixing this bug by yourself?
- [ ] YES
- [X] NO
Which Release Cycle state this refers to? Info for developer. (doesn't apply to Next)
Pick one option.
- [X] This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - [ ] This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - [X] This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.
Environment details
- Browser:
- OS: ANY (Ubuntu 20.04, Windows 10)
- Node: 12
- Code Version: Vue Storefront 1.12.3
Additional information
The first time we enter the bundle product, and you see the correct price, below is the screen

The second time we enter the same bundle product, and you see the wrong price, below is the screen
