Jump to content

PayPal icon is not shown. HOw to fix?


Recommended Posts

Hello, if you are talking about the module configuration page on the back office, I cannot find there any images where I can set up a link or confirm the language.

Probably I should go on FTP server?

I am not a web master, so sorry if I am not able to explain something.

 

I have attached another print screen with some info regarding the image.

post-1060082-0-73619000-1464010502_thumb.jpg

Link to comment
Share on other sites

thank you for your huge help! HOw to edit the module template? I made a print screen of the module which is located in htdocs (right?).

I see several files with pictures, how to set up global for all languages?

post-1060082-0-92499000-1464015857_thumb.jpg

post-1060082-0-71052200-1464015878_thumb.jpg

Link to comment
Share on other sites

on some topics here I found the following code:

 

In module: modules/paypal/views/templates/hook/ open file: express_checkout_shortcut_button.tpl

 

check for: <img id="payment_paypal_express_checkout" src="https://www.paypal.com/{$PayPal_lang_code}/i/btn/btn_xpressCheckout.gif" alt="" />

 

change src="location for new image"

 

Does it make sense also for my issue?

 

I don't know how to make the image global

Link to comment
Share on other sites

I think something should be modified in that line:

  <p>
            <img src="{$logos.LocalPayPalLogoMedium|escape:'htmlall':'UTF-8'}" alt="{l s='PayPal' mod='paypal'}" class="paypal_logo" />
            <br />{l s='You have chosen to pay with PayPal.' mod='paypal'}
            <br/><br />
        {l s='Here is a short summary of your order:' mod='paypal'}
        </p>
 

I found that piece in

modules/paypal/views/templates/hook/ open file:paypal cart summary.tpl

 

But there I found a warning:

"* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information."

 

HOw to do then?

Link to comment
Share on other sites

I am sorry, I didn't understand anything

 

Switch the language to english

where and what to switch? The same should be done with the second language (RU)?

 

cade

what does that mean?

 

with the image showing

what image and where it is shown?

Link to comment
Share on other sites

hello,

I don't understand the instructions. I copied the link and I inserted it in the code but nothing has changed. I am not even sure that I inserted that link in the right place. It looks like this now:

<p>
            <img src="{$logos.LocalPayPalLogoMedium|escape:'htmlall':'UTF-8'}" alt="{l s='PayPal' mod='paypal'}" class="paypal_logo" />
            <br />{l s='You have chosen to pay with PayPal.' mod='paypal'}
            <br/><br />
        {l s='Here is a short summary of your order:' mod='paypal'}
            <img src="http://www.fashiondetails.it/en/" alt="{l s='PayPal' mod='paypal'}" class="paypal_logo" />
        </p>

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