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

Cart sync not working #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is this compatible with new versions of VSF and magento 2.3? I did this setup in December, now I'm not able to work it out anymore.

What's the best approach here for above-mentioned setup? I see the instructions are a bit "old" as they are the same instructions I read before when I set it up.

I appreciate any help here.

Tjitse-E commented 5 years ago

The module should be compatible. Have you tried using it with https://github.com/Vendic/vsf-external-checkout?

ghost commented 5 years ago

The module should be compatible. Have you tried using it with https://github.com/Vendic/vsf-external-checkout?

After playing around it worked.

    "externalCheckout": {
      "cmsUrl" : "https://cms.logima.io/checkout"
    },

In the module you made on magento:

screen shot 2019-02-20 at 03 13 38

Before my cms URL on config was with the handle "vue/cart/sync". This seems to not apply in my case anymore.

This is with (what I assume is - downloaded it a week ago) VSF 1.8 and Magento 2.3.

Love your work!