#Adam B
1 messages ยท Page 1 of 1 (latest)
I'd love the quantity to show as '0' for the four products when the payment link opens. This will show the customers the products and let them adjust the quantity for the product(s) they desire.
Pretty sure that isn't possible as 0 quantity infers removal from the payment. We default to 1 as we have a minimum charge amount threshold that 0 quantity would break.
It'd be great for Stripe to calculate 'If a quantity of five items are purchased, even if it's 2 from one product and 3 from another, then a 5% discount is applied'.
Yep, good feedback! But we don't currently support dynamic discounts
Hi Ynnoj, really appreciate the answers, thank you.
RE my second question, is it not possible to put in the description (5% discount if you order more than five with promo code: BULKDISCOUNT), and then set a promo code (e.g. BULKDISCOUNT) to only be valid for quantities above 5?
You can't set a min. quantity requirement when configuring a promotion code. Just a min. amount: https://stripe.com/docs/payments/checkout/discounts
Okay, this may work, because our four products on the payment link are all a very similar price
How would I go about setting this up? (If I don't use/ know code)
(Again, thank you for all your help on this - greatly appreciated)
You can do it via the Dashboard: https://dashboard.stripe.com/coupons
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Great
And RE my first question, perhaps we could test whether setting a minimum quantity of '0' in the back end code still allows it to be on the checkout page?
It won't. If a user reduces the quantity to 0, it's removed from the payment page
Understood, thank you for your help!
np!
Sorry, one quick question
If I don't want to put this in the product description:
"Use promo code 'BULKDISCOUNT' when ordering five or more"
... is there somewhere else I can insert this message on the payment link page?
You could use custom_text: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-custom_text
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Don't think that is currently supported via the Dashboard flow however
Thanks ๐