• Resolved amantini1

    (@amantini1)


    Hi,

    I need to translate from English to Italian the text which appears during shopping session. The text is: “You only need €XX more to get free shipping”.
    As per the link enclosed: https://ibb.co/1J0Zkh0

    Best regards,

    Massimiliano

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amantini1

    (@amantini1)

    Ok now it’s OK:

    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( ‘Changed text: You only need %1$s more to get free shipping! %2$sContinue shopping%3$s’, wc_price( $amount ), ‘‘, ‘‘ ); }

    Insert in the functions.php child-theme e translate the string.

    Tks So much,

    Massimiliano

    Plugin Author grzegorzturbasa

    (@grzegorzturbasa)

    Hi Massimiliano,
    I’m glad to see that you solved the problem. I’m now marking this topic as solved.

    Kind regards,
    Greg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Translate Text to get free shipping’ is closed to new replies.