#paulinhordc_api
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/1239586338941042748
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
What integration flow are you using?
You don't add a coupon on your Product/Price creation. You add it during your payment flow
i know about the order coupon at the final, on the checkout for example.
but i don't want that. i want the product to appear already on the pre-checkout as a promotion one.
Did I explain well?
I don't really understand, sorry. What is the "pre-checkout"?
imagine on my store at my website.
when it appears the cards of the products.
i want there already, to be able to see that, that one product is at promotion
so how can i add a promotion to a certain product
the only way is creating a coupon for that product
and than check if the product as some coupun that makes it being in promotion?
In Stripe you don't add coupons directly to Products.
so how can i do it?
So you could show in your own UI that if the customer selects that Product there would be a coupon added.
Then when you actually create the Checkout Session or whatever flow you are using for that Product you add the Coupon
yeah thank you!