This topic has 9 replies, 2 voices, and was last updated 2 years, 3 months ago ago by andy80
Hello,
I have problem with 3 phrases in the cart after update theme to latest version:
“Clear shopping cart”
“Proceed to checkout”
“Total”
I’m unable to find this in Loco translate:
– plugins/Xstore Core
– themes/Xstore
– themes/child template
Could you help me?
Thanks in advance
Andy
Hello,
1/ After every update, you need to synchronize translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality.
Please note that translation files of the theme should be placed in /wp-content/languages/themes/ folder,
plugins, like core plugin, in /wp-content/languages/plugins folder.
2/ Add the next code in Theme options > Theme custom CSS:
.woocommerce-checkout-payment .payment_methods label {
display: inline-flex;
}
Regards
Hi Rose,
thx for the tip with translation sync, now I was able to translate these phrases.
All the best
Andy
Hello,
Please try:
.woocommerce-shipping-totals #shipping_method li {
text-align: start;
}
Regards
Now this second method is not aligned to the right
Hello,
Provide temporary wp-admin access, please.
Regards
OK, sent
Looks good, thanks!
Tagged: cart, templates, theme, translations, update, woocommerce, wordpress
The issue related to '‘Translations in the cart after update theme’' has been successfully resolved, and the topic is now closed for further responses