#acidon8
1 messages · Page 1 of 1 (latest)
Hello! It won't show up as a line item exactly, but the discount should be displayed when the Coupon/Promotion Code is applied.
Will the Coupon/Promotion Code displayed to the customer?
To clarify, you're asking about Stripe Checkout, correct?
yes
Yeah, I recommend you give it a try in test mode so you can see what it looks like.
I need it the other way around though: on site, the discount applied automatically when the conditions are met, there are few tiers of discounts too. I don't want the customer to become aware of a coupon and use it when the conditions are not met, do you know what I mean?
No, I don't think I understand, sorry. Can you share a screenshot of what you're seeing in test mode and explain what you want to be different?
Can I display the discount without showing any codes, ust the amount?
Have you tried specifying a coupon when creating the Checkout Session? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-coupon
Is it possible to only apply coupons programatically and dont let the customers use the coupons manually?
great, I amgoinbg too now, thanks in advance!