#theonlypablo_wpforms-coupons-checkout
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1233467528999600271
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
When you say you are using WPforms, are you writing the server-side and client-side code that interacts directly with Stripe?
He is writing the code on WPFORMS
he does not have access to my stripe acct
currently stripe is just an integrated plugin on wordpress / wpforms
I'm not familiar with WPFORMS. But I can try to explain what is possible with native Stripe functionality.
Yes because it will give me more flexibility and control over who uses the coupons/promocodes
You can use coupons and promotion codes with our Stripe Checkout solution as well.
If you don't want to redirect customers to the Stripe hosted version of Checkout, we also offer a version you can embed within your own site.
I would like to redirect them
as long as it can add up the full amount customer is requesting to pay//// currently we have calculations that depend on how many "Bags" they want us to service
We have a whole document specifically for adding discounts to Checkout here: https://docs.stripe.com/payments/checkout/discounts
You can configure a checkout session to allow customers to modify the quantity of the good or service directly in the form and it will update the price
We have a separate doc about that too, here: https://docs.stripe.com/payments/checkout/adjustable-quantity
What is the purpose of this screenshot?
Im trying to ask this question properly, hopefully you can understand me...
When my customer uses my form to tell me how many bags they want---is there a way to redirect them to stripe- when they are ready to make a payment so that it calculates it for them
What im trying to avoid is the customer having to reinput the information again on stripe---i need it to autopopulate
Okay in this screenshot it looks like they are already on a payments page. Checkout would be replacing this interface
I would like that
is it possible---because from the WPFORM fields i dont see a Stripe Checkout option---I only see Stripe credit card field
And, to clarify, you set the quantity of a product when you create the Checkout Session. So if the customer has already told you how many bags, you should be abel to set that on your end.
I don't know about WPFORMs. I have no experience there
I can only tell you what is possible with Stripe