You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for dropping by with a feature request. The docs you've found are for Paddle Classic, which uses a different version of Paddle.js. Paddle Classic only supports single-product checkouts, and they can't be updated once opened, so the allowQuantity parameter makes sense here.
With Paddle Billing, you can open checkouts for multiple items, and add, remove, and update those items during the checkout process. This adds complexity to implementing a similar parameter in Paddle Billing.
This feedback has come up before, so I chatted with the PM who heads up checkout to let them know it's something you're interested in too. We'd love to hear more about why you're looking to do this and any thoughts on how you see it working — feel free to pop back and let us know, or you can email us directly at [email protected].
In the meantime, here are a few things you can do:
If you're opening a checkout for a single item and want to limit customers to a specific quantity, you can set a min and max quantity for the price when creating it. Customers won't be able to use the quantity stepper for that product.
You can pass a billed transaction to a checkout, or bill a transaction once it's ready. Billed transactions can't be updated, so customers won’t be able to change the quantity of any items on the checkout.
Thanks for letting me know. Yes, setting min and max to the same value works.
Setting quantity for a recurring subscription for a SaaS didn't make sense as it seemed like subscribing to a plan multiple times, that's why I asked.
Tell us about your feature request
Option to disable quantity change
What problem are you looking to solve?
Currently, there's no option to disable customers from changing quantity.
Additional context
Weirdly I found that there's an option called
allowQuantity
here https://paddle.stoplight.io/docs/reference/5e0171ec215eb-checkout-parameters but it's notHow important is this suggestion to you?
Important
The text was updated successfully, but these errors were encountered: