#daniele-capuano_best-practices

1 messages ยท Page 1 of 1 (latest)

tall flintBOT
#

๐Ÿ‘‹ 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/1377227759558066246

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

final goblet
#

๐Ÿ‘‹ happy to help

#

you can set multiple prices on the same product

#

but how are you charging your customers? I mean what integration flow are you using?

neat torrent
#

For each purchase will be generated a payment link with a defaul amount of coins

The desired behaviour should be to allow the user to change the amount from the stripe checkout page.

#

I was hoping for the price automatically changing in the checkout page based on the amount chosen from the user

final goblet
#

that's not really possible unless you apply a minimum and maximum to the adjustable quantity per price

#

so basically you would have to create a payment link with the 3 prices

#

no even that won't work

#

sorry I'm trying to figure a clean way of doing this, but I don't think there is

neat torrent
#

Thank you!

I guess that the only way is to let the user select in advance the amount of coins to purchase and than calculate the price using an inline price

Is that correct?

final goblet
#

not necessarily inline price

#

you can have the prices already created in Stripe

#

that's not the issue

#

the issue is that the adjustable quantity doesn't use tier based prices

neat torrent
#

Perfect! Really appreciated!

final goblet
#

what I suggested is that you can offer 3 tiered prices to your customers before sending them to checkout

#

and based on which tier they chose you can set the adjustable minimum and maximum quantities accordingly

tall flintBOT
final goblet
#

and depending on the quantity you can update the price

#

@stray coral do you think there's other options for this?