Vendic / vsf-external-checkout

VueStorefront External Checkout module
MIT License
25 stars 10 forks source link

Compatability problem with VSF 1.9 #4

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello!

Seems like @vuestorefront/store was deprecated before 1.9, and therefore not making this extension fully functional with that version. My "workaround" was to add it back, but getting a notification and cart session is not terminated. Any tips?

Screen Shot 2019-03-12 at 20 18 07

Will there possibly any new releases of this extension for VSF 1.9 in the nearest future?

Thanks!

Update! Managed to get the cart to empty the session by just simply using your ExternalSuccess.vue page! But, the small issue is that the notification will show "Product added to the cart" before the cart empties. Then I must just hide it with CSS I guess.

Solved as a short term solution!