+ Reply to Thread
Results 1 to 3 of 3

Thread: Language phrases above payment gateways at the checkout page

  1. #1
    Senior Member
    Join Date
    Oct 2011
    Posts
    113

    Language phrases above payment gateways at the checkout page

    Hello,


    I would like to put the language phrases above the payment gateways at the checkout page.
    Cant find the right file.
    Can somebody help me please?

    Thx

    Best regards
    Andreas
    Attached Images Attached Images

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can try to change it the following way:

    1. open file templates/your_template/tpl/add_listing.tpl

    - find element by id - payment_gateways;
    - for example find this code:

    Code:
    Only registered members can view the code.
    and change it to:

    Code:
    Only registered members can view the code.
    (you should add the lang key paypal in your Admin panel > Languages)

    2. open file templates/your_template/tpl/upgrade_listing.tpl

    - also find element by id - payment_gateways and add a phrase to each item;

    3. If your payment gateway is plugin:

    - open file plugins/your_payment/[prefix]payment_block.tpl;
    - add your phrase before <img ... /> tag.

  3. #3
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hello Vladimir,


    thanks for your help, it worked very well.

+ Reply to Thread