diff --git a/ecommerce/shopper_experience/media/paypal06.png b/ecommerce/shopper_experience/media/paypal06.png deleted file mode 100644 index 0f5c7c8a6..000000000 Binary files a/ecommerce/shopper_experience/media/paypal06.png and /dev/null differ diff --git a/ecommerce/shopper_experience/media/paypal_button_encoding.png b/ecommerce/shopper_experience/media/paypal_button_encoding.png deleted file mode 100644 index 98f53031d..000000000 Binary files a/ecommerce/shopper_experience/media/paypal_button_encoding.png and /dev/null differ diff --git a/ecommerce/shopper_experience/paypal.rst b/ecommerce/shopper_experience/paypal.rst index 8b1a5c1b6..06fea646d 100644 --- a/ecommerce/shopper_experience/paypal.rst +++ b/ecommerce/shopper_experience/paypal.rst @@ -80,14 +80,21 @@ is virtually guaranteed since IPN resends a confirmation until your site acknowl Payment Messages Format ----------------------- -Finally make sure the encoding format of payment messages is correctly -set. Go to *PayPal button language encoding*. +If you use accented characters (or anything else than basic Latin characters) +for your customer names, addresses... you MUST configure the encoding format of +the payment request sent by Odoo to Paypal. -.. image:: media/paypal06.png - :align: center +.. danger:: -Click *More Options* and set the two default encoding formats as -*UTF-8*. + If you don't configure this setting, some transactions fail without notice. + +To do so, open: + +* `this page for a test account `__ + +* `this page for a production account `__ + +Then, click *More Options* and set the two default encoding formats as **UTF-8**. .. image:: media/paypal07.png :align: center @@ -97,6 +104,12 @@ Click *More Options* and set the two default encoding formats as Your Paypal account is ready! + .. tip:: If you want your customers to pay without creating a Paypal account, + **Paypal Account Optional** needs to be turned on. + + .. image:: media/paypal_account_optional.png + :align: center + .. tip:: For Encrypted Website Payments & EWP_SETTINGS error, please check the `paypal documentation. `__