#Robin020
1 messages · Page 1 of 1 (latest)
Can you send a screenshot of what you're seeing?
sure. one moment please
So in desktop, You can see a clear "Add coupon" action
But in mobile you only see details
My customers are wandering where they can input their coupon
Its not obvious that its behind details, hence im curious
Ahhh, okay. So unfortunately you can't change where the input form is for a promo code on Checkout. You would need to build your own custom form for mobile in that case
Thats dissapointing, but thanks for your time !
Is it possible to push a coupon code with the checkout page?
So when the client opens the checkout page, they see the discount price
hey there, just stepping in for two shoes who needs to step away
give me a moment to review
Yes, you can pre-apply this within the discounts parameter:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-promotion_code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Awesome
What is a good practice
Add an input on the pre-checkout page and make a switch on the server.js?
That's up to you, but sounds like a good approach if you want ot expose this on your own site ahead of time