Change "GRATUIT" for "Donate"

Home Forums Ticket Products Event Tickets Plus Change "GRATUIT" for "Donate"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121067
    gregoiregarneau
    Participant

    Hi every body !
    Is there a way i can change “GRATUIT” for donate here : http://d.pr/i/hih
    Thank you very mutch !

    I got this answer before, but now (after upgrade) i can find the way to change the fr.po file… Where is the FR.po file ??

    “You could change that in the French translation file, but that will be overwritten with each update. ” Leah

    Thank you for helping me !
    Grégoire

    #121180
    Barry
    Member

    Hi Grégoire,

    This is actually a piece of text generated by WooCommerce itself rather than by WooCommerce Tickets so you would need to look in their translation files if you were following that strategy (remember also a .po file must be compiled to a .mo file or the translation will not be used).

    With that said, they do have a handy filter you might leverage, by adding something like the following to your theme’s functions.php file (or some other suitable place):

    add_filter( 'woocommerce_free_price_html', 'change_wc_free_text' );
    
    function change_wc_free_text() {
    	return 'REPLACEMENT TEXT';
    }

    Does that help?

    #121820
    gregoiregarneau
    Participant

    Hi !
    It’s work !!!
    Thank’s for helping me !!!

    Have a great day !

    Grégoire

    #136194
    Barry
    Member

    (… to keep things tidy, as it’s been a while, I am now closing the thread!)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change "GRATUIT" for "Donate"’ is closed to new replies.