#jessica_42943

1 messages · Page 1 of 1 (latest)

dull pierBOT
spare briar
#

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

cobalt cave
#

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?

spare briar
#

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

cobalt cave
#

Which code-option do I require?

#

Use a hosted payment UI or Build a custom UI Payment?

dull pierBOT
spare briar
#

you can't have a 0 quantity at all for any integration type as far as I know

cobalt cave
#

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?

fierce marsh
#

Correct

cobalt cave
#

Copy. Thank you for your help!

fierce marsh
cobalt cave
#

Instead of a drop-down of quantity, is there a way that dropdown can be a checkbox or select to add to cart?

fierce marsh
#

No

#

If you need to have a system with a cart, you'll likely have to build a custom integration w/ the payment element

#

Checkout is great for a simple stripe-hosted checkout page