#APotentBeast
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think you can set 0 as the minimum quantity
Hang on... let me check something..
Yeah it keeps erroring but seems like once it's live users can change it to 0 themselves
Also, love the username/reference
You should be able to use cross-sell feature to allow adding additional seat
https://stripe.com/docs/payments/payment-links#cross_sells
Also, love the username/reference
thank you ๐
Alright let me give that a shot real quick
how can I change the qty from 1 to a greater number with cross-sells?
doesn't seem to like that for me https://buy.stripe.com/dR67vcdWUenR0hiaEF
ah hmm good question, let me check
looks like thats a current limitation with cross-sells
https://stripe.com/docs/payments/checkout/cross-sells#:~:text=The quantity of cross-sell line items cannot be adjusted. The current maximum is 1
it's strange that it gives you a qty dropdown ๐ค haha
any other potential workarounds you can think of by chance?
The other workaround is what you already had. But it has the minimum quantity 1 limitation ๐
haha our use case falls right in that sweet spot i guess
qq re: payment links. if i want to attribute a successful checkout to each individual customer, do i need to make Payment Links via the API?
haha our use case falls right in that sweet spot i guess
I'll flag this as feedback internally to see if we can do something about this.
qq re: payment links. if i want to attribute a successful checkout to each individual customer, do i need to make Payment Links via the API?
I believe you can use query parameter to specify certain values too
hang on..
sorry for all the questions but appreciate the help!
All good ๐
Here's the link I was looking for
https://stripe.com/docs/payments/payment-links#url-parameters
You can pass in client_reference_id
ah awesome, ty ๐
NP! ๐ Happy to help