#alessandrotruffo
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alessandrotruffo, 2 hours ago, 10 messages
- alessandrotruffo, 2 days ago, 4 messages
Hello
When you say "default checkout" do you mean that you are using Stripe Checkout?
Yes
Set from the Dashboard
and integrated with the pricing table script
When the user reaches the payment screen, I would like the promotional code to be already applied.
At the moment the user has to insert the promo code manually
Ah I don't think you can do that if you are using Pricing Table
You would have to be creating Checkout Sessions directly and then you can pass in discounts.promotion_code: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-promotion_code
Yes only way would be to create your own custom pricing table
Ok, thx!