After translating woocomerce.
Checkout page still does show the untranslated text
This topic has 9 replies, 4 voices, and was last updated 3 years, 10 months ago ago by ronron
After translating woocomerce.
Checkout page still does show the untranslated text
Have you cleared cache? (WordPress, server, CDN etc) After doing it, try opening in incognito mode.
The only word not translated seems to be « subtotal »
*im just participating, not mod or admin
Most is translated but some lines are not even thouhg I see it translated in loco transalte.
for example:
Order number:
Date:
Payment method:
in the last checkout step.
and in the checkout page there is a privaci notice that is not translated
As I’m not a mod or admin, I cannot login and check details of your website.
You can still post an open screenshot for the untranslated words and I might help you.
BUT, to be sure to understand your issue please let me know if,
1. you have translated some words but it’s not showing
or
2. you cannot translate because some words are missing
Btw, you can change the privacy policy (text below) from
WooCommerce > Settings > Privacy policy
“Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our política de privacidad.”
the last checkout page.
there you see a box with info like:
Order Number:
Date:
Total:
Payment methond:
I found those same words in loco translate woocommerce plugin module. So I translated, saved it, and syncronized it.
Yet, that info box, still appears in English.
And the payment data is way misaligned.
Hello @ronron,
Mentioned strings need to be translated for the theme also. Clear cache and check now. Go to Loco Translate > Themes > XStore > find and translate untranslated strings.
Regards
Thanks Rose! I transalated that text block at last.
Now, could you help me aligning to the center the payment details block?
is in the order status page.
Hello,
Add the below code to Theme Options > Custom CSS
ul.woocommerce-order-overview, .order_details {
list-style: none;
}
section.woocommerce-bacs-bank-details {
text-align: center;
}
Regards
this worked!
Thanks Olga.
The issue related to '‘Translation of checkout page not showing loco transalate’' has been successfully resolved, and the topic is now closed for further responses