Closed pkarw closed 4 years ago
@Tjitse-E I just wanted to follow up on this issue. Any chances to get it fixed?:)
@pkarw I really don't have time for this at the moment. I've added the 'help wanted' label, hopefully someone else can prepare a PR!
Hi, here is PR that should solve the problem for version 3.0.0: https://github.com/Vendic/vsf-external-checkout/pull/24
Please do modify the
beforeEach.ts
in order to make sure the sync process has been fully executed BEFORE redirecting the user to Magento checkout.Suggested change:
Otherwise there could be a situation when the sync hasn't been fully executed and user getting to the Magento checkout sees some discrepancies between Magento and Vue Storefront carts. For example - product added to the VSF cart hasn't been yet added to Magento cart.
The action to be called:
cart/sync
for 1.11cart/serverPull
for 1.10