Ordering Product Workflow (Stripe or Without)

I need to set up a workflow where website visitors can order tires. I’m thinking about setting this up in two different ways.

The first option would be for the visitor to click an “Order Tire” button, select the quantity of tires they need, enter their basic information, and submit the order through a form. The website admin would then fulfill the order manually by contacting the customer and placing the order.

In this scenario, the customer would not have to pay anything online. They would simply submit the order request, and the admin would contact them to complete the order.

The second option would use Stripe integration. The customer would select the quantity, enter their information, pay a fixed deposit to place the order, and check out through Stripe. Once the deposit is paid, the order would be fulfilled and prepared for pickup.

My question is: How can I set up both of these workflows using Softr? How would I attach a form where the customer can select the quantity of tires they want while also passing the product information into the form, so the admin knows exactly which tires the customer is ordering?

Hi @davit7799, I think in both cases you don’t need to use workflows as both of them can be created without them.

In the case of the first scenario, you need to use the form block as described here and ask all the needed questions within the form. After form submission, the data will be added to your data source. That same data can be used to show to the admin using some other block within your app.

In the case of the 2nd scenario, Softr supports Stripe integration; you can configure it and after the order, you should show that data to the admin within your app so that admin can proceed.