#marija_03970
1 messages · Page 1 of 1 (latest)
Hi there!
If you are using a woocommerce plugin, then you would need to directly ask woocommerce for support.
Hello! I would like to implement custom solution.
What do you mean? You are not using the plugin?
I was until now, but I need custom solution - because klarna by default does not support post-purchase upsells.
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
If I understand correctly you were with WooCommerce and now you want to build your own integration with Stripe instead?
I am using woocommerce still for checkout proces, but would like to implement stripe custom
What do you mean by "Stripe custom"?
Without using plugins for stripe, I would rather create custom checkout proccess if that would help me in reaching my goal
- allowing klarna payment method for post-purchase upsells
How do you imagine the flow for "post-purchase upsells" practically? Maybe I could suggest a more fitting solution.
When on checkout, you provide the payment method data, and when button 'place order' is clicked, order id is saved, next, redirection is made to the regular page where is possible to accept or decline offer (upsell).
If accepted, product is added to the same order and needs to be charged automatically to the same payment method provided on checkout.
After upsells there is the thank you page
I understand now. I don't know how WooCommerce works so I don't know if it's possible with them. Before jumping into implementing your own solution I would recommend checking with them if they could offer something suitable.
The Stripe Checkout itself offers Cross-sells (upsells), but I am not sure how to configure this with WooCommerce: https://stripe.com/docs/payments/checkout/cross-sells
Ok, thank you!