Skip Navigation

[Resolved] Building a Membership Site for Theaters Selling Tickets – Split Payments

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 4 replies, has 2 voices.

Last updated by Richard Jacob 1 year, 6 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2621721

Tell us what you are trying to do? I am wanting to build a member directory site for a group of theater owners who present shows to the public. Each theater wants to include a schedule of their shows and the ability to purchase tickets. The end user should be able to purchase tickets from multiple members in this directory and the payments be split between each theater and the site owner, probably using Strip split payments (or PayPay, which just started offering this API again recently.) I can build a membership site with Toolset, and I can build a WooCommerce site but I am concerned about merging the two with this split payment feature.

Is there any documentation that you are following? Not yet. I would probably use the courses for directories and e-commerce, though.

Is there a similar example that we can see? The most obvious one is Amazon.com, but I'm sure there are smaller sites doing this kind of thing.

What is the link to your site? It's not built yet. I'm looking for any ideas that might help. I might also pursue a contractor for help.

#2621825

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello there,

Thanks for your contact. I'll be glad to help you!

I'm not sure if I fully understood the split payment part of the project. How exactly the payments would be divided - for instance, the user could choose a certain amount for the theater and another amount for the member/owner (or between the members)? Please correct me if I got it wrongly.

But it is definitely possible to build such a project using our plugins - and since WooCommerce supports various payment gateways like Stripe and PayPal, the chances you can use these tools together seamlessly are high.

To have more reference in this subject (together with the courses you already mentioned):

- https://toolset.com/course/wordpress-membership-sites/
- https://toolset.com/course/wordpress-directory-and-classifieds-sites/
- https://toolset.com/course/custom-woocommerce-sites/

Please let me know if you still have doubts. Thank you.

Best regards,
Mateus.

#2621873

Thanks, Mateus. With split payments, the end user could buy tickets to shows at multiple theaters (theaters which are operated by members in the directory) and each member would get the money for tickets to their show and the website owner would get a small commission or flat fee for facilitating the sales.
The end user wouldn't select where the money goes; they would select the shows and the members who own those shows would be paid for the tickets purchased. This is all done "under the hood" - the end user only makes the purchase and pays the money. The split payments are then distributed to each member's Stripe (or PayPal) account and the site owner gets the commission/fee put into their Stripe/PayPal account.
As far as I can tell, there is nothing quite like this in the WP world of plugins, but Toolset comes pretty close to being able to provide such a site - part business directory, part shopping cart.

#2622049

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hi there,

Thanks for your reply.

The part of managing different members, different theaters and their association can be all set and done with Types. Now, regarding the WooCommerce part, we also have an integration (Forms Commerce and WooCommerce Blocks plugins) that might be useful to you, please check our doc related:

- https://toolset.com/home/cred/
- https://toolset.com/course-lesson/creating-front-end-forms-for-adding-woocommerce-products/

However, you may also need to rely on some other plugins features to handle all the project details (like the split payment, for instance), or even consult a contractor, as you already mentioned.

If you want to clarify something, please do not hesitate in asking me. Thank you.

#2622069

My issue is resolved now. Thank you!