Vendic / magento2-external-checkout

Vue Storefront plugin for external checkout (https://github.com/DivanteLtd/vue-storefront/issues/895)
MIT License
17 stars 14 forks source link

Guest quote doen't exists #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi!

When checking out on VSF through the external checkout, I do not get any products in the cart on magento. Testing with https://betaling.bronntek.no/vue/cart/sync/token/{customer-api-token}/cart/{cartId} returns Guest quote doen't exists.

Running Magento 2.3.2 with installation through composer. I set the Checkout Path to /checkout/ through the external checkout plugin for magento and in the config on vsf I just set:

    "externalCheckout": {
      "cmsUrl" : "https://betaling.bronntek.no/checkout"
    },

Any ideas or clues on what I can do to fix it?

Thanks!

ghost commented 5 years ago

Aha! I am not supposed to add a handle in the VSF config. Changed it to this and it worked:

    "externalCheckout": {
      "cmsUrl" : "https://betaling.bronntek.no/"
    },