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