Hi there, I'am new in Magento and have one problem to solve.
I need to create multistore with customers share.
First store will be normal one where you can buy products using real money. When you making orders you earn loyalty points.
Second store will be place where you can buy products using ONLY points earned in first one. So simply it will be store + gift catalog for customers with loyalty points.
Can I do it in Magento without additional plugins? Or if not, is there any plugin that provides this functionality?
This functionality is available in Out of Box Magento 2 Commerce Version. Reward points and Gift Card product functionality available in Magento Commerce Only.
For Loyalty Points,
https://docs.magento.com/m2/ee/user_guide/configuration/customers/reward-points.html
For a Gift Card,
https://docs.magento.com/m2/ee/user_guide/catalog/product-gift-card-create.html
If you are using Magento open source version, you need to buy a third party extension for that.
I am using open source version. Even did't know that Magento Has other version... can you suggest any plugin for that?
For Gift card, Choose one of extension from below blog list,
https://www.mageplaza.com/review/gift-card/
For reward points,
https://amasty.com/reward-points-for-magento-2.html
https://mirasvit.com/magento-2-extensions/reward-points-referral-program.html
Choose based on your requirement from above extension.
We also use magento 2.2 open source version. We have multistore and would like to share reward points between multiple domains (i.e. the rewards points get from domain A can be used in domain B). Can it be achievable by adding reward extension?