• Resolved clausebster

    (@clausebster)


    Hi,

    This is a great plugin. I hope I won’t overwhelm you but I have three questions:

    1. I specified three products in the Products sections of the pay button but only the first two are displayed on the payment form. Any products or prices I type into rows 3, 4 etc. are not displayed in the payment form.

    2. Alternatively, I was wondering if could have three separate payment buttons, one for each product. For example, if customers click on the payment button for product A, they are shown the description and price of product A only; if they click on the button for product B, they are shown the information for product B, etc. Is that possible?

    3. How can I change “forename” to “first name” and “surname” to “family name”?

    Thanks a lot!

    https://wordpress.org/plugins/paymill/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author straightvisions GmbH

    (@matthias-reuter)

    Hi,

    concerning your questions:

    1. You should be able to select the product’s shown via widget’s settings. You may select showing all products or select each product.

    2. That’s currently not possible or needs to be custimized done via AJJAX.

    3. There are language files for doing that: \lib\translate\

    Kind regards,

    Matthias

    Thread Starter clausebster

    (@clausebster)

    Hi Matthias,

    Thanks for your reply. Regarding issue #3:

    I edited the file Paymill-en_US.po as follows:

    #: lib/config.inc.php:82
    msgid “forename”
    msgstr “First name”

    #: lib/config.inc.php:83
    msgid “surname”
    msgstr “Last name”

    #: lib/integration/pay_button.inc.php:169 lib/tpl/pay_button.php:117
    msgid “Forename”
    msgstr “First name”

    #: lib/integration/pay_button.inc.php:170 lib/tpl/pay_button.php:121
    msgid “Surname”
    msgstr “Last name”

    Nothing changed. The payment form still displays “forename” and “surname”

    Can you help?

    Thanks.

    Plugin Author straightvisions GmbH

    (@matthias-reuter)

    You have to translate the files with POEdit: http://poedit.net/

    More informations on how to translate language files in WordPress: http://codex.wordpress.org/Translating_WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Payment button & translation’ is closed to new replies.