Hello
I am also trying to translate “You only need $XX more to get free shipping!” and “Continue Shopping”
I have add this code with Code Snipplet:
add_filter( ‘flexible_shipping_free_shipping_notice_text’, ‘wpdesk_flexible_shipping_free_shipping_notice_text’, 10, 2 ); function wpdesk_flexible_shipping_free_shipping_notice_text( $notice_text, $amount ) { return sprintf( ‘?Solo necesitas %1$s más para tener ENVíO GRATIS!’, wc_price( $amount ) ); }
But nothing happens.
And cannot find that string with Loco Translate