#jessica_42943
1 messages · Page 1 of 1 (latest)
Hi 👋 how can we help?
When I am on the checkout screen where I have added several checkout options, the quantities default to 1. I'd like to know how to set the quantity to 0 and allow the user to select which option they would like.
You would define that when the Checkout Session is created. See this step in the workflow: https://stripe.com/docs/checkout/quickstart#line-items
When I am on the checkout screen where I have added several checkout options, the quantities default to 1. I'd like to know how to set the quantity to 0 and allow the user to select which option they would like.
Do I understand correctly that none of this can be done on a No-code payment link? Do I need to obtain/purchase code-option website that allows for a back-end that can be modified/add code?
Correct. There's no way to set the quantity to 0 by default unfortunately. Not with code and not through the Dashboard as far as I can tell
Which code-option do I require?
Use a hosted payment UI or Build a custom UI Payment?
you can't have a 0 quantity at all for any integration type as far as I know
So, in this case, there is no way to zero these quantities out in order for the user/customer to select which one they want?
Correct
Copy. Thank you for your help!
No problem. You may want to use something like the Pricing table: https://stripe.com/docs/payments/checkout/pricing-table. That way you can have the customer select the tier/product they want to buy prior to going to the Checkout page
Instead of a drop-down of quantity, is there a way that dropdown can be a checkbox or select to add to cart?