You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
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
Vue Storefront
Vue Storefront Next
Can you handle fixing this bug by yourself?
YES
NO
Which Release Cycle state this refers to? Info for developer. (doesn't apply to Next)
Pick one option.
This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from develop branch and create Pull Request 2. Feature / Improvement back to develop.
This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from release branch and create Pull Request 3. Stabilisation fix back to release.
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 hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.
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
Why does VSF independently recalculate the price of a product bundle and does it wrong, in which VSF code should I fix it?
The text was updated successfully, but these errors were encountered:
bloodf
transferred this issue from vuestorefront/vue-storefront
Sep 6, 2021
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
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer. (doesn't apply to Next)
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
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
Why does VSF independently recalculate the price of a product bundle and does it wrong, in which VSF code should I fix it?
The text was updated successfully, but these errors were encountered: