#paulinhordc_api

1 messages ¡ Page 1 of 1 (latest)

stuck wagonBOT
#

👋 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.

quasi oriole
#

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

spiral sun
#

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?

quasi oriole
#

I don't really understand, sorry. What is the "pre-checkout"?

spiral sun
#

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

quasi oriole
#

You control all of that on your side

#

You can show whatever you want in your own UI

spiral sun
#

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?

quasi oriole
#

In Stripe you don't add coupons directly to Products.

spiral sun
#

so how can i do it?

quasi oriole
#

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

spiral sun
#

yeah thank you!