Your cart is currently empty!
How to use affiliate balance to purchase products
—
by
Hi,
Is there any way that earned balance from affiliate used in purchasing woo-commerce products? If yes, how can it be done? If no, is there any API that you recommend us to do?
Thanks a lot.
Posted in Affiliates Enterprise
Comments
One response to “How to use affiliate balance to purchase products”
Hi Alex,
Welcome back to the support forum.
This is actually possible and one approach could be to use your own custom implemented Payment Gateway so that an affiliate can choose how to pay on checkout. A good starting point for this approach could be this repo on GitHub – https://github.com/eggemplo/woocommerce-affiliates-gateway
Another option you can consider is to generate coupons periodically and offer the commissions through discounts but IMO the first option should fit better and probably involves a more simple implementation.
Kind regards,
George