I have a requirement with WooComerce to split payments between customers for the same subscription product. I have been searching for weeks to address this without any luck.
The situation is as below:
I have a WordPress sports league website using WooCommerce and WooCommerce Memberships. Each WooCommerce product represents a single season of a specific league (e.g., League A, League B, etc.) and is associated with an individual membership. Many customers form their teams of friends or coworkers to participate in a league.
Teams for WooCommerce Memberships appear to be well-suited for this purpose. It enables customers to register a team, assign a team name, and input the email addresses of individuals they wish to invite to their team.
The only drawback is that the plugin requires the team owner to manage the billing for the entire team. In reality, I’m trying to make each individual team owner pay for their own registration and invite other team members to pay their part.
The desired flow I’m trying to achieve is as follows:
- On the product page, a customer can choose to be a team owner and specify their team name.
- Team owners can then input the email addresses of others whom they wish to invite to their team.
- Team owners can keep track of whether invitees have accepted their invitations and completed registration (paid) on their Account page.
- Invitees should be able to accept invitations and pay for their individual registrations.
- Is it possible to be done as a custom development based on this setup?
- Is there any possible way to achieve this by using/adding another plugin(s)?
- Is there a better way to handle these requirements even if it will be a completely new setup and flow?
Thanks for any help in advance.