• Resolved kamhang

    (@kamhang)


    Hello,

    I tried to translated the plugin, but I can’t find and translated text in checkout page > (under)email fields.
    https://ibb.co/PxL0WnZ
    I tried to use javascript, added the javscript in footer, to replace text, but still no luck.

    (function($) {
    $(document).ready(function(){
    $(“#alg_wc_ev_send_verify”).text(“new text XXXXX”);
    $(“#alg_wc_ev_resend_verify”).text(“new text XXXXX”);
    })
    })(jQuery);


    Would you take a look and check whether the javascript is correct or not?
    Would you add those tex to language file(pot) in the near future?

    Thank you.

    • This topic was modified 7 months, 3 weeks ago by kamhang.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can’t replace text in language file’ is closed to new replies.