NEW PLUGIN - Cart & Checkout

Plugin page

A Cart and Checkout system is a highly efficient and convenient solution for e-commerce websites and online marketplaces. It streamlines the process of adding multiple items to a customer’s shopping cart and allows for real-time updates to the quantity of items within the session. This eliminates the need for creating a separate cart system within the database, saving valuable time and resources.

One of the key advantages of using a Cart and Checkout system is the ability to define products and prices on the fly, rather than having to pre-define them in Stripe. This includes recurring charges as well. This flexibility allows for dynamic pricing structures and the ability to update prices in real-time, leading to greater revenue potential.

Another advantage is the elimination of the need to set up webhooks in Stripe. This simplifies the logic on the success return URL page and allows for real-time payment information without the uncertainty of webhook failures.

In addition to these benefits, a Cart and Checkout system also offers additional features such as the ability to prevent duplicates in carts and the ability to create a ‘Buy again’ feature for users using the ‘state’ code. This leads to a more seamless and user-friendly shopping experience for customers. Overall, a Cart and Checkout system is a powerful solution for any e-commerce website or online marketplace, providing a wide range of benefits that can help increase revenue and improve customer satisfaction.

You can view the editor to see how you could set it up

View the success page redirect
Run workflows once the user is redirected to your redirect_url.

1 backend workflow

4 Likes

You can use this to process payments from bank accounts, Klarna, affirm, konbini payments and more.

It would be nice to get a few people to test this integration with me, for free.

Added features:

Create and customize invoice description and footer on non-recurring items.
ie: (Invoice Description) - Thirdsoft Plugin Subscriptions
ie: (Invoice Footer) - Legal disclaimer, refund policy, Contact info or other.

Action to download stripe invoice pdf

Options to collect tax id’s from customers

Customize your checkout page with text above payment button

1 Like

get session id

Let your users manage their subscriptions with you right from your app