Change Text language
-
How can I change this text for Klarna into german: After clicking “Kostenpflichtig bestellen”, you will be redirected to Klarna to complete your purchase securely.
-
Hi @dklsd787s6,
You can use a translation plugin like Loco Translate to translate that text to German.
Translations for the Stripe plugin work exactly like how all WordPress translations work.
Kind Regards
thank you, is it possible to just display a message, without the icon?
thank you, is it possible to just display a message, without the icon?
Yes, the following CSS will hide the icon:
.wc-stripe-offsite-notice img{ display: none; }I would recommend you leave the icon because it’s a good indicator to the customer that they will be redirected to Klarna’s payment page.
Kind Regards
thank you, is there a way to align the text on the product page to the right?
3 zinslose Zahlungen in Höhe von 66,40 € mit
is there a way to align the text on the product page to the right?
You would need to share your website url in order for us to provide CSS that specific.
Thanks
staging.bambuskomfort.com
You don’t have the Klarna messaging enabled on your checkout page. That needs to be enabled in order to provide the CSS.
it is active now
The Klarna messaging is already right aligned, here is a screenshot:
I see you’re using multiple Stripe plugins, specifically for your card payments. I recommend using one Stripe plugin to prevent any conflicts. Our Stripe plugin has an advanced Credit Card Gateway which I recommend you switch to.
Thanks
i meant on the product page
I recommend spending some time learning about how CSS works. It will be very beneficial when you need to make UX changes to your site.
.stripe_klarna-product-message{ display: flex; align-items: flex-end; justify-content: flex-end; margin-bottom: 10px; }thanks, appreciate your help. that code aligns everything to the right but it also wraps the sentence into the second line, which does not look good.
sometimes i manage to adjust things myself with Google inspect tool, But with that iframe I am not sure how to do it.
when i activate message section for product page and cart page, it messes up the design on live page bambuskomfort.com. on product page the distance of add to cart and apple pay button increases and on cart page the continue to cart button moves to the left
The topic ‘Change Text language’ is closed to new replies.