Option Show Coupon form above Payment doesn’t get translated string
-
Hi, in the last page, near payment methods, the string is in english instead of italian, can you please fix it? I’ve had a look with loko translate but cant translate it by myself.
i know i can use a function like
add_filter( ‘woocommerce_checkout_coupon_message’, ‘rename_coupon_message_on_checkout’ );
function rename_coupon_message_on_checkout() {
return ‘Have a coupon code?’ . ‘ ‘ . __( ‘Click here to enter your code’, ‘woocommerce’ ) . ”;
}but I would prefere having all the same strings synced`
Thx
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Option Show Coupon form above Payment doesn’t get translated string’ is closed to new replies.