Your cart is currently empty!
Integrate with payment
—
by
Hi,
Is it possible to do the following:
Affiliates sign up page > Integrate a Woocommerce product to be paid at time of sign up. Like a sign up fee to be an affiliate.
Posted in Affiliates Pro
Comments
One response to “Integrate with payment”
Hi Brett,
Although there is no native support for that, you can build it using Groups free plugin and Groups for Woocommerce premium plugin.
After setting up Groups and Groups for Woocommerce, the customer buys the membership and they become members of the Affiliates group( or whatever name you prefer) and that group only has access to affiliates registration form.
You should make a page containing the following block of shortcodes, where the potential affiliates should be redirected to.
[groups_non_member group="Affiliates"]
If you are not an affiliate, you can buy your membership here:
[product id="10"]
[/groups_non_member]
[groups_member group="Affiliates"]
[affiliates_registration]
[/groups_member]
Here, the visitors who are not affiliates, will see a link to the membership product.
After completing that purchase, these users will be members of the Affiliates group so they will see the affiliate registration form.
Kind regards,
George