Type
magento2-module
Synchronize Magento cart between Vue Storefront
magento2-module
MIT
None
None
None
None
This Magento extension allow You to merge given shopping cart with current's user session. It performs a auto-login if user-token provided.
This module is designed to work with: Vue Storefront External Checkout.
This extension allows the user to start the session within the Vue Storefront shop and finalize the order in Magento2. It's great when You have very extended/customized Magento checkout which will be hard to port to Vue Storefront.
composer require vuestorefront/magento2-vue-cart-sync
php bin/magento setup:upgrade
vsf-external-checkout
module for Vue Storefront. See the instruction.To test if Your extension works just fine, You can test the following URL: * http://your-base-magento-address.io/vue/cart/sync/token/{customer-api-token}/cart/{cartId}
For example, our test address looks like: * http://demo-magento2.vuestorefront.io/vue/cart/sync/token/s7nirf24cxro7qx1hb9uujaq4jx97nvp/cart/3648
where
* s7nirf24cxro7qx1hb9uujaq4jx97nvp
is a customer token provided by POST /V1/integration/customer/token
or can be empty!
* 3648
is a quote id; for guest-carts it will be not integer but guid string
Mateusz Bukowski (@gatzzu)