This tutorial explains from start to finish how to use the Stripe Cart tool in practice. It also includes creating an order and sending confirmation email.
Create add to cart button
Copy ‘Add to cart’ formula and paste it into ‘Products’ table. This value will be used to create an iframe in softr.
In Softr choose ‘List details page with side image’ block (or any other ‘List details page’ block). This is the page you access from the product list.
Create Cart Contents iframe
Copy ‘Cart contents’ iframe code
Paste it to ‘Custom code block’ in softr
Add stripe products and logs to monitor payment links
You will receive notifications to the webhook every time a payment link is created, you can use it to monitor what products the link is generated to or if there is an error. It can also sync stripe product and add stripe IDs.
Create order & confirmation email
In this tutorial, you will create an automation that, after payment, will add all the necessary data to the “Orders” table and send an email confirming the order details.