This topic has 11 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hello, good time, please watch the video and that the following sentences are not translated into German, Italian and French
Although I have translated them in the wpml plugin
Congratulations! You’ve got free shipping.
—
calculate shipping
—
YOUR SHOPPING CART IS EMPTY
—
We invite you to get acquainted with an assortment of our shop. Surely you can find something for yourself!
And maybe it will be added in the future
Can you help me how to solve this problem completely?
Hello, MAHDAR,
Thank you for contacting us and for using XStore.
Please provide FTP access also.
Kind Regards,
8theme team
Was placed
Hello, MAHDAR,
Please provide translations for these strings – https://prnt.sc/n3XsU39aAgAt https://prnt.sc/IIKrn_ebmGO2
Kind Regards,
8theme team
German: Herzlichen Glückwunsch! Sie haben einen kostenlosen Versand.
French: Félicitations ! Vous bénéficiez de la livraison gratuite.
Italian: Congratulazioni! Avete ottenuto la spedizione gratuita.
Thank
Hello, MAHDAR,
Please check now. Changes were made in functions.php of the child theme.
Send us other untranslated strings and translations, so we can add them also.
Kind Regards,
8theme team
I saw your codes, thanks
But
It seems that nothing has changed
please check it
And that I sent all the texts to be translated along with their translation
Hi, good afternoon. please follow this ticket.
Thank you.
Hello, MAHDAR,
We wish to inform you that your inquiry will be forwarded to another specialist for a more detailed review.
We apologize for the delay, as our developers are currently handling a high volume of requests.
We kindly request your patience during this time and advise against changing your access.
Kind Regards,
8theme team
Hello, thank you, I have sent you a new access
Hello, MAHDAR,
Sorry for the delay in answering.
Changes were done in wp-content/themes/fashion1-theme/functions.php
add_action('init', function(){
add_filter( "option_xstore_sales_booster_settings", function($option){
if (defined( 'ICL_LANGUAGE_CODE' )){
switch (ICL_LANGUAGE_CODE) {
case 'en':
$option["cart_checkout"]["progress_bar_message_success_text"] = 'Congratulations! You\'ve got free shipping.';
break;
case 'it':
$option["cart_checkout"]["progress_bar_message_success_text"] = 'Congratulazioni! Avete ottenuto la spedizione gratuita.';
break;
case 'fr':
$option["cart_checkout"]["progress_bar_message_success_text"] = 'Félicitations ! Vous bénéficiez de la livraison gratuite.';
break;
case 'de':
$option["cart_checkout"]["progress_bar_message_success_text"] = 'Herzlichen Glückwunsch! Sie haben einen kostenlosen Versand.';
break;
default:
$option["cart_checkout"]["progress_bar_message_success_text"] = 'Congratulations! You\'ve got free shipping.';
break;
}
}
return $option;
}, 999 );
}, 1024);
and rewritten wp-content/themes/fashion1-theme/woocommerce/cart/cart-empty.php
Please clear all cache including CDN cache before checking the result.
We added videos into the Private Content area.
Kind Regards,
8theme team
The issue related to '‘Some writings on the checkout page are not translated’' has been successfully resolved, and the topic is now closed for further responses