Jump to content

My Shop logo on Paypal page with module Paypal 3.xx


FABCOL

Recommended Posts

Prestashop: 1.5.4.1

Paypal module:3.5.1

 

Hi,

I'm setting up a new shop.

 

BEFORE, with Paypal modules <3.xx it was easy and possible to personalize your Paypal payment page. That was done with Logos and personalizations

Banner image URL:

 

Since module 3.xx this option has been removed.

 

I'm using ONE PayPal account for a couple of DIFFERENT shops. So I can't use the Paypal customisation option, I HAVE to send the info from any website is calling Paypal.

 

How can I do that?

 

I tried that, but that doesn't work :

<input type="hidden" value="http://www.monsite.com/img/logo.jpg"'>http://www.monsite.com/img/logo.jpg" name="cpp_header_image">

<input type="hidden" value="http://www.monsite.com/img/logo.jpg" name="image_url">

 

Is there any solution?

 

Thanks for your help,

FAB

 

PS1: NO, I can not create multiples Paypal accounts. And anyway I don't want to.

PS2: I think it is weird that we loose options with "new" modules versions...

Edited by FABCOL (see edit history)
Link to comment
Share on other sites

  • 4 months later...

For the latest version of the paypal USA module you can insert the following into the paypal form:

<input type="hidden" name="image_url" value="http://prestashopurl.com/img/logo.jpg">

Within the file:

 

For standard checkout edit this file:

modules/paypalusa/views/templates/hooks/standard.tpl

 

For advanced checkout edit this file:

modules/paypalusa/views/templates/hooks/payment-advanced.tpl

 

For express checkout checkout edit this file:

modules/paypalusa/views/templates/hooks/express-checkout.tpl

 

You cannot easily/readily add a store logo to the euro version of prestashop

Edited by aftermarket (see edit history)
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...