This module acts as an add-on for Mageplaza's Share Cart extension to make it work with Magento PWA Studio.
End result: https://sharecart.pwa-commerce.com/sharecart/R8HlIx8nrkvbAteKaBvoiAoP0u35DYfu
- Magento version 2.4.* or >= 2.3.5
- Got Mageplaza Share Cart extension and Share Cart GraphQL installed
git clone https://github.com/Simicart/simi-studio --branch release/3.0.0
cd simi-studio
From the root directory of the project you created above, clone the repository:
git clone https://github.com/Simicart/sharecart-module-pwa-studio ./@simicart/sharecart
Change the .env MAGENTO_BACKEND_URL with your Magento site URL, or use our demo URL:
MAGENTO_BACKEND_URL=https://mp2.pwa-commerce.com/
Modify the dependencies of your project to add extension.
"dependencies": {
...
"@simicart/sharecart": "link:./@simicart/sharecart"
},
yarn install && yarn watch