Manu le coq Posted July 20, 2015 Share Posted July 20, 2015 (edited) Hello everyone I have a problem with the PayPal module. Indeed, during the finalization of the order, there is a question mark instead of the PayPal logo.I saw on the forums that he had to go to / www / modules / paypal / img FTP see if there were pictures . But there was no record / img and even creating this folder by adding an image does nothing . Can you help me? Edited August 13, 2015 by Manu le coq (see edit history) Link to comment Share on other sites More sharing options...
andre.laguerre Posted July 30, 2015 Share Posted July 30, 2015 J'ai le meme problème, pourtant j'ai essayé de mettre une image correspondant au lien de l'image, mais ca fonctionne pashttp://monsite/modules/paypal/views/img/logos/express_checkout_mobile/CO_fr_FR_orange_295x43.png donc pour suivre Link to comment Share on other sites More sharing options...
Manu le coq Posted August 1, 2015 Author Share Posted August 1, 2015 (edited) Merci beaucoup Andre je te dois une fiere chandelle. Edited August 13, 2015 by Manu le coq (see edit history) Link to comment Share on other sites More sharing options...
ramsam555 Posted August 13, 2015 Share Posted August 13, 2015 Hi, any issues resolved for missing PayPal logo on mobile? Same issue Link to comment Share on other sites More sharing options...
p.guerin Posted August 29, 2015 Share Posted August 29, 2015 same here... I have the image in this folder but not showing (only question mark) anyone ? Link to comment Share on other sites More sharing options...
tspl Posted September 14, 2015 Share Posted September 14, 2015 Hi All, On ipad, Question mark "?" is shown instead of PayPal logo and "Pay with your card or PayPal account". I am using Preastashop 1.6.1.0 on iPad (AppleWebKit/600.1.4). Anyone has a solution to properly display PayPal logo and "Pay with your card or PayPal account" on iPad? Thank you in advance! Link to comment Share on other sites More sharing options...
andre.laguerre Posted September 14, 2015 Share Posted September 14, 2015 Hi,I Had to change some line in the code :<your prestashop root folder>/modules/paypal/views/templates/hook Copy : express_checkout_payment.tpl in express_checkout_payment.tpl.old to keep a backup Edit the express_checkout_payment.tpl Changed at 2 places : Line 36 - Existing text placed in remark ! {if isset($use_mobile) && $use_mobile} <!--<img src="{$base_dir_ssl|escape:'htmlall':'UTF-8'}modules/paypal/views/img/logos/express_checkout_mobile/CO_{$PayPal_lang_code|escape:'htmlall':'UTF-8'}_orange_295x43.png" />--> <!-- Correction for icon not displayed --> <img src="{$logos.LocalPayPalHorizontalSolutionPP|escape:'htmlall':'UTF-8'}" alt="{$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'}" height="48px" /> {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} <!-- End Correction --> Line 61 : Existing text placed in remark ! {if isset($use_mobile) && $use_mobile} <!--<img src="{$base_dir_ssl}modules/paypal/views/img/logos/express_checkout_mobile/CO_{$PayPal_lang_code}_orange_295x43.png" />--> <!-- Correction for icon not displayed --> <img src="{$logos.LocalPayPalHorizontalSolutionPP|escape:'htmlall':'UTF-8'}" alt="{$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'}" height="48px" /> {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} <!-- End Correction --> {else} Hope it can help ! 1 Link to comment Share on other sites More sharing options...
tspl Posted September 14, 2015 Share Posted September 14, 2015 It works! Thank you very much andre.laguerre! Link to comment Share on other sites More sharing options...
tspl Posted September 14, 2015 Share Posted September 14, 2015 Hi All, I want to add the icon-chevron-right '>' just after the "Pay with your card or PayPal account". How do I do that? I am using 1.6.1.0. Thank you. Link to comment Share on other sites More sharing options...
p.guerin Posted September 14, 2015 Share Posted September 14, 2015 Voilà ce qui m'a sauvé pour ma part : The mobile logo images were removed with version 3.9.0. The other images were moved from "paypal/img" to "paypal/views/img", but the mobile logos just got deleted and never replaced. You can still find the images here: https://github.com/P...checkout_mobile If you add them to the new img location it will work. Forgot to mention that you have to make the "express_checkout_mobile" folder in the "logos" folder and save the images there. Full link should be "paypal/views/img/logos/express_checkout_mobile/" Also, it won't work if there's no image for your language. Link to comment Share on other sites More sharing options...
andre.laguerre Posted September 15, 2015 Share Posted September 15, 2015 Merci P.gerinJe vais essayer ta solution, car je préfère avoir juste des répertoires à gérer et y mettre des images que de modifier le code, et devoir y penser à chaque mise à jour. Link to comment Share on other sites More sharing options...
p.guerin Posted September 15, 2015 Share Posted September 15, 2015 Ca devrait le faire Link to comment Share on other sites More sharing options...
tspl Posted September 15, 2015 Share Posted September 15, 2015 Hi andre.laguerre & p.guerin, Can you translate to English please? Thank you. Link to comment Share on other sites More sharing options...
p.guerin Posted September 15, 2015 Share Posted September 15, 2015 We were just saying that it is a good way to overcome this problem without having to code. Try the solution i Posted yesterday, and let us know ! Link to comment Share on other sites More sharing options...
tspl Posted September 15, 2015 Share Posted September 15, 2015 Ok...on a separate issue...how do I show the ">" sign at the "Pay with your card or PayPal account" payment method? Thank you. Link to comment Share on other sites More sharing options...
p.guerin Posted September 15, 2015 Share Posted September 15, 2015 I tried a few things but did not look well, you can add the keyboard sign but nothing else I guess ... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now