• Resolved lalocom

    (@lalocom)


    I’ve been reading the FAQ and some threads on this forum but could not find a solution to my problem. The “Continue shopping” button (on the cart page), just next to the ‘Left for free shipping’ notice, is not translated into the website language (Spanish).

    I have also installed the Loco translate plugin, but I found the string in the woocommerce plugin, which was well-translated.

    I’m using the Astra theme and Elementor

    I would appreciate any help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kozyraola

    (@kozyraola)

    Hi @lalocom,

    You can use the following filter:

    add_filter( 'flexible_shipping_free_shipping_notice_text_button_label', function () { return 'Button Label'; } );

    And add translated Button label.

    Best regards,
    Ola

    • This reply was modified 3 weeks ago by kozyraola.
    Plugin Support kozyraola

    (@kozyraola)

    As we haven’t got any response for above one week, we will mark this thread as resolved.

    Best regards,
    Ola

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.