This module acts as an add-on for Mageplaza's Rewards Points extension to make it work with Magento PWA Studio.
End result: https://rewardpoints.pwa-commerce.com/
- Magento version 2.4.* or >= 2.3.5
- Got Mageplaza Rewards Points extension and Rewards Points GraphQL installed
git clone https://github.com/Simicart/simi-studio --branch release/2.0.0
cd simi-studio
yarn add react-select
yarn add reactjs-popup
yarn add @material-ui/core
From the root directory of the project you created above, clone the repository:
git clone https://github.com/Simicart/rewardpoints-module-pwa-studio ./@simicart/rewardpoint
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 rewardpoint extension.
"dependencies": {
...
"@simicart/rewardpoint": "link:./@simicart/rewardpoint",
},
yarn install && yarn watch