• I try to send clients to 2checkout Standard checkout, but by default people sent to an English version of the checkout page.

    I contact 2checkout to get help, but they told me “You need to add lang parameter after send people to checkout page”.

    The plugin works fine, but I am not developer, and I don’t know how to add lang parameter.

    My clients are Spanish Speakers, and I think is a good idea to show (for default) a spanish version of 2checkout page.

    Thank you for help!

    https://www.ads-software.com/plugins/woocommerce-2checkout-payment/

Viewing 1 replies (of 1 total)
  • Plugin Author N-Media

    (@nmedia)

    Hi,

    you can edit plugin/index.php file and add this line:

    $twoco_args[‘lang’] = ‘es_la’;

    near line number 450

Viewing 1 replies (of 1 total)
  • The topic ‘Change Language on Checkout’ is closed to new replies.