This module adds a referral program to WooCommerce: KohortPay
, which allows you to lower your acquisition costs by turning your customers into your brands advocates. They will have the opportunity to invite all their friends to buy more on your store in exchange for cashback.
- Official KohortPay WooCommerce module
KohortPay lets your customers refer and save on every purchase. Cut your customer acquisition costs in half while offering your customers a social and fun brand experience.
- No setup costs: integrate KohortPay on your site and increase customer satisfaction in 10 minutes - ready, set, GO.
- Lower your acquisition costs: drive high-quality customer acquisition at half the cost of existing overpriced customer acquisition channels.
- Pay for performance: no commitments. You only pay for results. Start and stop in 1 click.
- Brand reinforcement: generate content from customers and harness the power of word-of-mouth recommendations. Personalize KohortPay to look and feel like your brand. Configure the experience to overcome your challenges and meet your objectives.
Current version is 1.3.0. See all releases here.
The module and this repository is under MIT License.
- Only FR and EN languages available.
- Only EUR currency available.
- Works and has been tested with WooCommerce 8.2, 8.6 & 8.8 (should work with other WooCommerce versions but not tested, use at your own risk).
- You should use only 2 decimals for your price.
- Add a new referral program that you customer will love.
- Enable/disable the module by a simple switch through the settings.
- Possibility to set minimun amount, under which the referral program is disabled.
- Easy way to switch live/test mode by filling you API secret key (sk or sk_test).
- Handle API errors (with more details if WooCommerce is in debug mode).
- Log into your WooCommerce admin
- Go to Plugins > Installed Plugins
- Click on the button top-lest "
Add New Plugin
" and select the ZIP from this repository./kohortpay.zip
- After installation is done, you can configure it (see instructions below)
Coming soon...
Coming soon...
Coming soon...
- You should have a KohortPay account. If it's not the case, you can register here.
- You should have installed the module on your WooCommerce instance and have access to its settings page (WooCommerce > Settings > Payments).
You can enable or disable the KohortPay referral program using this configuration.
Found in KohortPay Dashboard > Developer settings > API Keys. Start with sk_ or sk_test (for test mode).
You can define here the total order minimum amount to send the order in the referral program (default 30€).
You can access a live demo of the KohortPay module here (WooCommerce 8.1.0):
- Front-Office : https://woocommerce-demo.kohortpay.com
- Back-Office : https://woocommerce-demo.kohortpay.com/wp-admin
- Login : admin3218
- Password : Gfxq8NE2ATXC
If you want to test the KohortPay module on a fresh WooCommerce installation, please read the following instruction. The stack is based on Bitnami Docker image.
- Git (Install instruction)
- Docker desktop:
- Docker Compose: Already included in Docker Desktop.
- Start your Docker desktop application
- Clone the repository and go inside the directory:
git clone git@github.com:kohortpay/module-woocommerce.git cd module-woocommerce
- Start the docker stack:
docker-compose up -d --build
- Wait for container to be up (~1 minute), then visit http://localhost/
- Your WooCommerce is UP. Enjoy!
- Go to WooCommerce admin: http://localhost/wp-admin/
- Log in with these credentials:
- Login: admin
- Password: admin
- Install the module (see instruction above)
- Configure the module (see instructions above)
- Go back to the frontend (http://localhost/) and proceed to the checkout with enough products in your cart (to reach minimum amount defined in settings).
- When the order is complete and paid, you should receive an email with your referral code.
When your tests are over, you can stop and destroy everything with the following command:
docker-compose down --volumes
If you have any questions, do not hesitate to check our documentations :
If you have any idea or suggestion to improve our solution or the module, you can send an email to feedback@kohortpay.com. You can also check our roadmap here.
If you need help, please contact our support team by sending an email to support@kohortpay.com.
NB: We don't provide any SLA on our support response time (best effort).