Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Bundle products are priced incorrectly #476

Open
4 of 7 tasks
wmycco1 opened this issue Jul 18, 2021 · 0 comments
Open
4 of 7 tasks

Bundle products are priced incorrectly #476

wmycco1 opened this issue Jul 18, 2021 · 0 comments
Labels
bug Bug reports

Comments

@wmycco1
Copy link

wmycco1 commented Jul 18, 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

  • 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

image

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

image

Why does VSF independently recalculate the price of a product bundle and does it wrong, in which VSF code should I fix it?

@bloodf bloodf transferred this issue from vuestorefront/vue-storefront Sep 6, 2021
@bloodf bloodf added the bug Bug reports label Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug reports
Projects
None yet
Development

No branches or pull requests

2 participants