vue-storefront-1
vue-storefront-1 copied to clipboard
Cart Price Not updating
Current behavior
Our client has raised an issue where if the customer has an item in their cart and the product price changes within the backend (Magento 2) The subtotal / totals gets updated on Vue Storefront, however the line item prices does not.
Expected behavior
Line item price information should be updated when the totals gets updated.
Steps to reproduce the issue
Add an item to the cart within Vue Storefront Change the price within Magento 2 Return to Vue Storefront Observe that the totals appear to be correct to the new value, however the line item price does not, causing the line items to mismatch the totals
Version of Vue Storefront
Current VSF
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 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.
I worked a round this issue by using the totals of the cart item instead of the prices on the product.
Any update?