Klarna not updated when coupon is added/removed
-
I’ve enabled Klarna as a checkout payment option for my site.
This works as expected apart from one thing:
When I add a coupon using the “checkout_coupon woocommerce-form-coupon” form, the checkout refreshes and the new basket total is reflected, but the Klarna <iframe> does not update and still shows the old values.For example if the total of the basket is £300, the Klarna box shows I can make 3 interest free payments of £100. If I apply a 50% off coupon, the basket updates to show the new total as £150, but Klarna still shows I can make 3 interest free payments of £100, not £50 as it should be.
If I manually reload the page, Klarna updates to show the correct values, but I want Klarna to update when a coupon code is added or removed as it can be confusing for the user if the Klarna values don’t reflect the actual basket total.
Can this be fixed? I’ve tried adding some code to the “updated_checkout” event to manually refresh the iframe myself but I can’t seem to get it to work.
Thanks!
- You must be logged in to reply to this topic.