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 has been archived by the owner on Feb 8, 2019. It is now read-only.
When the user changes or deletes cart items on magento side, currently these changes wont be synced back to vue-storefront when the user decides to go back to the "main"-side (which is using vue-storefront). This can be reproduced in the magento2-external-checkout-demo (https://demo-magento-checkout.vuestorefront.io/).
After I posted a question about whether or not this is intentional, @pkarw asked me to open an issue.
His thoughts from slack:
as far as I remember our Magento External Chceckout Plugin copies the products from VS-Magento cart to the current user/current session cart
the solution will be to modify https://github.com/DivanteLtd/magento2-external-checkout to not COPY but to re-bind the cart used in VS to the current session / current user OR to override the Vue Storefront cart id (not recommended)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the user changes or deletes cart items on magento side, currently these changes wont be synced back to
vue-storefront
when the user decides to go back to the "main"-side (which is usingvue-storefront
). This can be reproduced in themagento2-external-checkout
-demo (https://demo-magento-checkout.vuestorefront.io/).After I posted a question about whether or not this is intentional, @pkarw asked me to open an issue.
His thoughts from slack:
The text was updated successfully, but these errors were encountered: