We have 4 to 5 pages in clickfunnel. In which first page is our main product page with variations. User will select any product variation, fill the form with his card details and submits the form.
Then there are 3-4 OTO pages, in which users needs to selects on any one button. And each button will have different quantities. So how we can pass multiple quantities of the same product. We are sending this info to shopify. And we have used stripe payment gateway.
For changes in the product_id we are using data-purchase attribute of that button. data-purchase will contain following details
{"product_id":"35***", "stripe_customer_id":"cus_*****"}
We want to pass multiple quantities of same product and it should reflect in sales tab clickfunnel Clickfunnel Sales Tab
If there is only custom code integration option then if possible someone wants to share that will be really helpful.