Jump to content

Question mark in place of the Paypal logo ( Mobile) [RESOLU]


Manu le coq

Recommended Posts

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?

 

11748721_1048791585165083_1830523516_n.j

Edited by Manu le coq (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 3 weeks later...

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

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 !
  • Like 1
Link to comment
Share on other sites

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

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...