Okay
  Public Ticket #2049884
Change wording of "On-Site" in Event Purchase section.
Closed

Comments

  •  1
    Wade started the conversation

    I want to be able to change the "On-Site" label to read "Direct Depoist" so that when they get to the payment section it gives the option of selecting "Direct Deposit" and "Credit Card". All I need is the label "On-Site" to be changed.

  •  472
    Isidora replied

    Hi wboyes,
    Thank you for your purchase.

    Words can be changed using POEDIT or Loco Translate for example very easily. I suggest you to install Loco Translate and then to translate these string.

    If you want to use POEDIT then this is an instruction:

    1. Download the Amelia plugin from our TMS Store or from email that you receive when you made purchase and save the .zip file on your computer.

    2. Unzip downloaded .zip file.

    3. You need to download and install POEDIT

    4. After that open the program and open the file from the extracted folder on your computer ameliabooking/languages/fr_FR/wpamelia-fr_FR.po.

    5. Translate all the strings that are not translated

    6. Save the translation.

    7. Go to ameliabooking/languages/fr_FR/ folder and copy these two files called wpamelia-fr_FR.po and wpamelia-fr_FR.mo back to your website in the location ../wp-content/plugins/ameliabooking/languages/fr_FR/.

    This is example for French language, but you will choose yours.

    Hope this helpssmile.png If you have any more questions, don't hesitate to ask.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  1
    Wade replied

    That seems extreme.. will the ability be coming at some point in the Amelia roadmap?

  •  472
    Isidora replied

    Hi wboyes,

    It is very easy to change strings with plugin Loco Translate. Did you try it?

    If is that also extreme for you then you can change this string manually in file wp-content/plugins/ameliabooking/src/Infrastructure/WP/Translations/FrontendStrings.php around line121

    you will find this

    'on_site'                      => __('On-site', 'wpamelia'),

    and you have to replace it with this

    'on_site'                      => __('Direct Depoist', 'wpamelia'),

    Please note that this will be overwritten in next update so you need to do it again.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables