Testing the PayPal checkout process, I noticed that
the shop logo gets displayed in a fixed (and in my case squished) format on the first PayPal page you get transferred to, at the very top. I'm not sure where/how the logo gets pulled from, but if PayPal has a fixed format, perhaps there could be a field in the module to upload an image in that format. When I insepct the image, I get this code:
<img ng-src="https://www.paypal.com/securecontent/image/LONGTOKEN" alt="Shop.com" ng-if="merchant.logo_url || merchant.imageUrl" xo-merchant-image-resize="" class="ng-scope" src="https://www.paypal.com/securecontent/image/LONGTOKEN" width="780" height="90">
2. when a customer aborts the PayPal transaction, they get redirected to the beginning of the checkout process. I think being redirected to (AEUC) step 3 where you can directly select the payment method would be better: https://www.shop.com/index.php?controller=order&step=3
The excellent guide here https://docs.thirtybees.com/native-modules/paypal/ mentions entering the shop's privacy policy and terms. Which URL format should one use for multi-lingual shops? Can it be eg https://www.shop.com/index.php?idcms=3&controller=cms without the &idlang=2?
Thanks!