• Resolved papet33

    (@papet33)


    Hello, we have a problem with the Etransaction payment plugin, indeed TranslatePress adds a value that goes into the calculation of the HMAC security key, how to exclude for it to work?

    Example: ‘PBX_HMAC’ => ‘EEGKAOGHUHEA05D014D0A9A3155FEA973F2AE30D9E0A9CB5DF2D6FD325432D99569169E6C8A8DA3DC18D’, ‘trp-form-language’ => ‘en’,

    ‘trp-form-language’ => ‘en’, is too many and should not be in the calculation

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for letting us know about this!

    You can exclude that plugin from being translated by excluding the domain using the function “Exclude Gettext Strings” from the Advanced tab.

    Try this and let me know if this worked for you!

    Kind Regards,

    Thread Starter papet33

    (@papet33)

    Hello there,

    Thank you for your answer.
    I’m sorry, I can’t solve the problem

    Here is the problem code in the form :

    <form id=”order_review” method=”post” data-no-translation=”” action=”” novalidate=”novalidate”>
    <table class=”shop_table”>
    <div id=”payment”>
    <input type=”hidden” name=”trp-form-language” value=”en”>
    </form>

    should be deleted <input type=”hidden” name=”trp-form-language” value=”en”>

    Thread Starter papet33

    (@papet33)

    Hello there,
    To solve the problem, I did as you told me, exclude the “etransactions” domain using the “Exclude Gettext Strings” function, but I also had to exclude Paths From Translation/command/*

    it seems to be working for now
    Thank you for your help

    Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    I’m glad that the issue was solved using the steps provided.

    If there`s anything else, let us know!

    Kind Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not translate Etransaction Payment’ is closed to new replies.