#Kellen-promo-count
1 messages · Page 1 of 1 (latest)
Hey there, ah this is tricky. You can't increment the amount without applying it. Let me think about the best way to handle this.
So in this case I think you should just use a Coupon instead of a Promo Code
You can still set max_redemptions on a Coupon
Yea so I'm thinking I'll just always only create a Coupon with one Promotion Code and so the max_redemptions on the Coupon will be the limit.
But I have a requirement to be able to create customer facing promotion codes so I have to use Promotion Codes for my promo code input on my checkout page.
It's a custom checkout page - not using Stripe Checkout Sessions
In that case, you likely will need to track this on your end.
You can't increment the promo code without applying it
Yea cool, that's what it seemed like but thanks for confirming.
Sure thing
This Discord is such a great resource. Y'all are so fast at responding. Very appreciated.