Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    Hi ouiouiphoto,

    The language should be set on the settings page of the plugin. Once that is set the parameter will be saved in the buttons generated by the plugin and that will be passed to PayPal.

    I would kindly ask you to try saving the setting on the settings page again, and try refreshing the page that your button is on. If that still does not work if you want to provide a link to your site I can take a look at it.

    Thanks,
    Scott

    Thread Starter ouiouiphoto

    (@ouiouiphoto)

    Hello

    I have check again The language is set on French and the currency on Euro. And in the credit card it is Canada

    Here is a link to a test page

    https://www.ouiouiphoto.fr/Wp/test/

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi ouiouiphoto,

    I found the problem. Please go to plugins -> editor and edit the file “wp-ecommerce-paypal.php”, on this file on line 604 you will see this line:

    $language = “fr_CA”;

    Please change it to:

    $language = “fr_FR”;

    And then save your changes. Please do not update the plugin anymore or else this change will be lost.

    I will look into a more permanent fix for this later, but this should get it working for you now.

    Thanks,
    Scott

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Canada selected by default in the credit card list’ is closed to new replies.