preak Posted May 10, 2016 Share Posted May 10, 2016 Hello there, PS 1.6.1.2 + newest PP module here. I've got some strange issues with PayPal module. First of all, Checkout button is wrongly located when I'm on product page. () Second problem would be lack of pp checkout button in Cart Summary (step 1) [] Last problem is missing PayPal logo in last step of order summary, however it shows up when the site is set to my native language (same as Back Office) Please note that the logo paths differs between ENG and PL language. ENG - PL - I could change it manually but I'm not exactly sure where to look. PS. I've got custom Theme uploaded. Link to comment Share on other sites More sharing options...
Uptomen Posted May 19, 2016 Share Posted May 19, 2016 (edited) Hi, I also have a PayPal image problem. I'm getting a '?' symbol instead of the PayPal logo. This is the same on all pages including the cart. I've checked on the server and the default logo image is there and in the correct place. Any help with this would be very much appreciated. It's at www.uptomen.co.uk The link for the logo is: http://www.uptomen.co.uk/modules/paypal/views/img/default_logos/default_logo.gif This works so there must be an error somewhere else in the code UPDATE I have had to create a temporary folder to put the logos where prestashop is looking in error. So you can currently see logos on the site but this isn't the correct location for them. Can someone give me and idea which bit of code is pointing in the wrong direction so I can fix this please? Edited May 19, 2016 by Uptomen (see edit history) Link to comment Share on other sites More sharing options...
panosfar Posted May 23, 2016 Share Posted May 23, 2016 Hello. Same problem here. No Paypal Logo on checkout page. Help anyone? Thank you in advance Link to comment Share on other sites More sharing options...
brrt Posted May 25, 2016 Share Posted May 25, 2016 (edited) just stumbled across the same problem, in logo.xml it looks like the paths to "broken" images are starting with /views/img/... and i also noticed the 404 for the image, the requested url looks like domain.com/views/img.... so you could be able to workaround the problem if you create a symbolic link like: cd to/your/shops/documentroot ln -s modules/paypal/views . well this is just a hack, i would like to know how a proper solution would look like Edited May 25, 2016 by brrt (see edit history) Link to comment Share on other sites More sharing options...
Dr.Nikos Posted May 26, 2016 Share Posted May 26, 2016 Hi Has anyone try to solve this problem? Same issues on my site! Link to comment Share on other sites More sharing options...
panosfar Posted May 26, 2016 Share Posted May 26, 2016 Ok, here' s quick fix I found. Not the best way (since a core hack is involved), but you can take it from here and create an override. Open the file "your_root/modules/paypal/views/templates/hook/express_checkout_payment.tpl" Find the condition "{if isset($use_mobile) && $use_mobile}" (twice in the file) and change the image source from the dynamic link to <img src="http://www.yoursite.gr/modules/paypal/views/img/logos/express_checkout_mobile/CO_en_EN_orange_295x43.png" /> You should change 6 <img src> tags to make it work. Save, upload, refresh the page and check if it works. It worked for me. You can take it from there and recreate the "proper" dynamic link (prestashop newbie here, so... ) Hope this helps. 2 1 Link to comment Share on other sites More sharing options...
Dr.Nikos Posted May 30, 2016 Share Posted May 30, 2016 A new version has come out. It solved the problem with the logo on the check out page. Link to comment Share on other sites More sharing options...
kapselj Posted May 30, 2016 Share Posted May 30, 2016 Hi, It does not fix to all languages. For instance of PL its still corrupted and displays question mark. Any ideas how to fix it easily? BTW its really frustrating that within a short time we got 3 updates from PayPal and all with annoying bugs. Link to comment Share on other sites More sharing options...
Guest locen Posted May 31, 2016 Share Posted May 31, 2016 (edited) Hello. i upgraded paypal to 3.10.8 then to 3.10.9 and logo still not available on pc (not only in mobile) see this. please help Edited May 31, 2016 by locen (see edit history) Link to comment Share on other sites More sharing options...
Dr.Nikos Posted May 31, 2016 Share Posted May 31, 2016 Hi I have also updated to version 3.10.9. The logo works nicely now. Before there was a question mark. Have you triedForce compilation ---> under performance ? Link to comment Share on other sites More sharing options...
kapselj Posted May 31, 2016 Share Posted May 31, 2016 Hi Nikos, I did but it didn't help. There must be other issue as for EN version problem was solved after update. Piece of code referring to PL version must be corrupted. Thanks for hint anyway, K Link to comment Share on other sites More sharing options...
preak Posted May 31, 2016 Author Share Posted May 31, 2016 Hi Nikos, I did but it didn't help. There must be other issue as for EN version problem was solved after update. Piece of code referring to PL version must be corrupted. Thanks for hint anyway, K Try settings your BO language to Polish. BTW, still cannot see Express checkout button, logo is being displayed correctly atm. Link to comment Share on other sites More sharing options...
kapselj Posted May 31, 2016 Share Posted May 31, 2016 Hi My BO settings are set to polish. I don't think it's related anyhow with paypal missing image. I have updated PP many times before - never seen such a bug before :/ Link to comment Share on other sites More sharing options...
Guest locen Posted June 1, 2016 Share Posted June 1, 2016 this is my icon missed, english Link to comment Share on other sites More sharing options...
tarmogr Posted December 27, 2016 Share Posted December 27, 2016 Exactly the same problem as Guest_locen_* has but I have a image with "?" instead. Fresh install of v3.11.1 Link to comment Share on other sites More sharing options...
brrt Posted December 27, 2016 Share Posted December 27, 2016 Exactly the same problem asGuest_locen_* has but I have a image with "?" instead. Fresh install of v3.11.1 you need to open logos.xml and correct the paths, just like here: https://github.com/PrestaShop/paypal/pull/62/files i also opened a bug report: http://forge.prestashop.com/browse/PNM-3853 1 Link to comment Share on other sites More sharing options...
mexicoMATT Posted January 12, 2017 Share Posted January 12, 2017 Worked for me on latest version of Paypal module (v3.11.1) in Prestashop 1.6.1.1 (reset module, replaced complete logos.xml with file from github, cleared cache) Thank you! Link to comment Share on other sites More sharing options...
archproject Posted February 2, 2017 Share Posted February 2, 2017 Ok, here' s quick fix I found. Not the best way (since a core hack is involved), but you can take it from here and create an override. Open the file "your_root/modules/paypal/views/templates/hook/express_checkout_payment.tpl" Find the condition "{if isset($use_mobile) && $use_mobile}" (twice in the file) and change the image source from the dynamic link to <img src="http://www.yoursite.gr/modules/paypal/views/img/logos/express_checkout_mobile/CO_en_EN_orange_295x43.png" /> You should change 6 <img src> tags to make it work. Save, upload, refresh the page and check if it works. It worked for me. You can take it from there and recreate the "proper" dynamic link (prestashop newbie here, so... ) Hope this helps. Thanks this worked for me just to clarify what the above meant was that you need to put that full image url into all 6 instances of the tag <img src> Thanks alot Link to comment Share on other sites More sharing options...
Dr.Nikos Posted February 2, 2017 Share Posted February 2, 2017 Hi everyone The below link solved my problem. Hope it helps you too. https://github.com/PrestaShop/paypal/pull/62/files Link to comment Share on other sites More sharing options...
Ace mcputer Posted May 30, 2017 Share Posted May 30, 2017 (edited) To solve the missing Paypal logo. in checkout, quick order etc Prestahop 1.6 xx PayPal v3.11.4 1. Go to CPanel > File Manager > public_html > modules > paypal > logos.xml 2. Right click on logos.xml >edit > Every occassion of <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png <LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif insert > /modules/paypal before the word views example of correct code <LocalPayPalHorizontalSolutionPP> /modules/paypal/views/img/default_logos/default_horizontal.png <LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif There are 13 lines that need fixing. A quick hint is to search for the word views e.g. Ctrl F > insert the word views then insert /modules/paypal before the word views. This is the quickest way I have found to solve this problem Edited May 30, 2017 by Ace mcputer (see edit history) 3 Link to comment Share on other sites More sharing options...
TariqYacoub1982 Posted July 30, 2017 Share Posted July 30, 2017 Hi everyone The below link solved my problem. Hope it helps you too. https://github.com/PrestaShop/paypal/pull/62/files Thank you, The problem solved using your guide Link to comment Share on other sites More sharing options...
carpygmy Posted August 1, 2017 Share Posted August 1, 2017 Hi all, Not sure if this is a PayPal issue or a checkout issue. Everything seems to be working but at checkout (stage 5) it looks like this: Questions: 1) Shouldn't there be a PayPal logo here? 2) Can anyone tell me why the text is coming double with the bracket } ? Many thanks for any assistance. Hopefully I've posted in the right place. Thanks CP. Link to comment Share on other sites More sharing options...
carpygmy Posted August 2, 2017 Share Posted August 2, 2017 I'm not sure which is the correct thread for my query since I'm not certain of which module controls this, but hopefully someone here knows. I need to edit one of the files to make sure the text sits above the paypal logo. At present it looks like this: If anyone know which file to edit I'd be very grateful if they could point me in the right direction. Many thanks CP Link to comment Share on other sites More sharing options...
carpygmy Posted August 3, 2017 Share Posted August 3, 2017 Problem solved here. CP Link to comment Share on other sites More sharing options...
yukihiro Posted August 29, 2017 Share Posted August 29, 2017 Hi all, Not sure if this is a PayPal issue or a checkout issue. Everything seems to be working but at checkout (stage 5) it looks like this: Questions: 1) Shouldn't there be a PayPal logo here? 2) Can anyone tell me why the text is coming double with the bracket } ? Many thanks for any assistance. Hopefully I've posted in the right place. Thanks CP. I have same problem here. How you solved this...? Link to comment Share on other sites More sharing options...
AlanThompson Posted April 12, 2018 Share Posted April 12, 2018 On 31/05/2017 at 12:30 AM, Ace mcputer said: To solve the missing Paypal logo. in checkout, quick order etc Prestahop 1.6 xx PayPal v3.11.4 1. Go to CPanel > File Manager > public_html > modules > paypal > logos.xml 2. Right click on logos.xml >edit > Every occassion of <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png <LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif insert > /modules/paypal before the word views example of correct code <LocalPayPalHorizontalSolutionPP> /modules/paypal/views/img/default_logos/default_horizontal.png <LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif There are 13 lines that need fixing. A quick hint is to search for the word views e.g. Ctrl F > insert the word views then insert /modules/paypal before the word views. This is the quickest way I have found to solve this problem This worked for me thanks. Shame this needed code editing but thanks for great clear instructions. 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