Woocommerce checkout page ,,Place Order” text change
-
I am from lithuania and my website is in lithuanian language and for some reason there are 2 parts in the checkout page where text is in english. ,,Place order” button and ,,delivery” text both need to be translated to lithuanian language i tried adding scripts to functions.php it didnt work i tried using plugin translators it didnt work, what do i do ?
bellow is the script i usedfunction custom_order_button_text($order_button_text) {
// Change the button text
return ‘Pateikti u?sakyma’;
}
add_filter(‘woocommerce_order_button_text’, ‘custom_order_button_text’);The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.