Skip Navigation

[Resolved] Alternatives to using WooCommerce?

This support ticket is created 2 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

This topic contains 2 replies, has 2 voices.

Last updated by jennZ 2 years, 10 months ago.

Author
Posts
#2279639

I hate WooCommerce for so many reasons, so it's extremely frustrating that we're forced to use WooCommerce if we want to directly integrate payment for user-submitted content. It appears that LearnDash works as well, but I'm getting ready to stop using them because I'm using another plugin now. What needs to be done to hook in another e-commerce plugin so that Toolset can access their product lists? Clearly it's possible, so if I can add a little extra code somewhere, I will happily do it!

#2279735

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Sorry, but there is more to it than adding a little extra code somewhere, as WooCommerce is fairly tightly integrated with Forms.

That integration happens in the Toolset Forms Commerce plugin.

You could not use that plugin, and then use the Forms API to code a bespoke integration with some other ecommerce solution.

See this page for details of the Forms API: https://toolset.com/documentation/programmer-reference/cred-api/

Think of the workflow scenarios that you need to handle: between the Forms API and the APIs of your ecommerce solution and WordPress itself it should be possible to come up with a solution.

#2280083

Got it. Thank you for the ideas - I'll brainstorm a bit more based on that and in the meantime, just redirect to an outside checkout page.