#nicola.possenti
1 messages · Page 1 of 1 (latest)
Good question. Checking in to this and I will get back to yo
How are you implementing shipping here?
Also can you send me the ID of a promo code that you are using here? If you go to https://dashboard.stripe.com/test/coupons and click on the coupon in question, there should be an ID like promo_1234.... somewhere on the page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What do you mean? I calculate into the eShop the shipping $$$ according to the dealer shipping costs and I add that amount to the amount of goods. Than I pass the sum resulting to stripe gateway/checkout
Gotcha, so you calculate the shipping cost and add it as a line item to Checkout. Wasn't sure if there was another way you might be doing that
Checking in to whether the coupon can be configured to ignore that item and will get back to you...
If is it possible, I could pass to stripe goods amount and shipping $$$ separately but I can't find it. Furthermore I didin't find a way to "say" Stripe: "apply that discount only on the goods" 😦
Hey I still haven't been able to test this but should be able to soon. Have you tried setting the "Apply to specific products" setting when creating these coupons?
not yet but I read/understand that it is possible for Stripe product loaded in Stripe product section
Hey, apologies it took me a while to test this but that setting will get the behavior that you want. If you set it to only work for specific products, Checkout will only do the % discount on those products
Thanks, you too!