Jump to content

PayPal payment logo did dissapear.. why?


Abnadabe

Recommended Posts

Hello guys!

 

I updated the PayPal module in prestashop and after that I got a page on my website with a "?" as a image if you click it you come to an "about" PayPal page I would like to delete that, also when someone wants to pay for the products it say "Pay with your PayPal account or creditcard" to the left of that text it used to be a image of Visa/Mastercard, now it's the same it's a "?" as a image there aswell.

 

I did not have an "about PayPal" page before, and the payments where you click to pay on PayPal had images of Visa/Mastercard they are now gone.. How can I restore this?

 

Thanks in advance.

Link to comment
Share on other sites

Can you provide the url of your website?

thanx

 

Hey there!

The URL is currently not working because the site is on maintenance

But here are some images on how it looks like:

https://gyazo.com/e7c3ea75add837c0e059097615c7ce88

 

Also there is an about PayPal page which I want to remove , but I cant do it via the module, dont know how to do it otherwise.

Link to comment
Share on other sites

I also faced same problem after updating my PrestaShop website. I updated (replaced) PayPal logo’s dynamic url to static url and now all PayPal images are shown on checkout.

 

Follow following steps to change PayPal’s dynamic url to static url of your shop

 

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....ange_295x43.png" /> 

 

You should change 6 <img src> tags to make it work.

 

Save, upload, refresh the page and clear cache and check it. It should work.

 

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...