-
Notifications
You must be signed in to change notification settings - Fork 10
Not working with vue-storefront v1.10.0 #18
Comments
This issue seems to come from Magento 2 (because of the 'No such entity id' error). Can you confirm that cart syncing actually works by checking the quotes in the DB? |
I have all the quotes in the db, and when I click on procede to checkout I'm correctly redirected to magento with the correct item in the cart. How can I further check if syncing is working? |
@lorenzo-lungo did you solve your problem? I have the same and have no idea what is wrong. Also I've noticed that checkout success page has no Vue components in the page (Vue DevTools). |
I had to go through quite some problems to solve this issue but I managed to solve it, the first thing you have for sure to do is to use it as a page and not a component, pointing to the route you find in the route file. If you have further problems as I did feel free to ask |
I'm running this extension with version 1.11.0 of Vue Storefront. I implemented the changes suggested in: #19. Next to that, I changed line 106 in pages/ExternalSuccess.vue: From: To: The |
I installed the magento 2 plugin,
On the vue-storefront succespage config i setted /order-success (the path of the externalsuccess page) in the routes.
When I get back to vue-storefront from magento i still have my cart (you can check the full log in the image and the successpage is broken (I can't click on the menu).
Thank you
The text was updated successfully, but these errors were encountered: