How to have different payments pages for 2 websites with 1 PayPal accnt?

Melh
Contributor
Contributor

I have two websites and one PayPal account. One is a shopping cart and another a subscription website. I use PayPal plugins that come with the software – I don’t use the buttons you can generate on the PayPal site.

How do I add a customised PayPal landing page for each of the sites so that at least the header has the name of the site that sent the customer?

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

PayPal_RobG
PayPal Employee
PayPal Employee

Hello Melh,

 

Unfortunately I don't have any (third party) instructions for modifying either of these.

I would suggest contact the original developer, and requesting they add the capability within the module.

 

They would need to add support for two parameters: "image_url" and "cpp_header_image".

The former is used in the top-left of enhanced checkout pages (the new checkout style layout), the latter is used on the 'classic' (older) style checkout in the top header section.

 

Further details on these parameters are available at https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_w...

 

The developers would likely want to adjust the PayPal <form> to accomodate these parameters, namely by adding the following additional lines of HTML code:

 

<input type="hidden" name="image_url" value="http://link-to-your-header-image">

<input type="hidden" name="cpp_header_image" value="http://link-to-your-header-image">

 

Hope this helps. As said, I sometimes happen to have instructions for some shopping carts (e.g. PrestaShop), but unfortunately I don't have any for yours.

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/

View solution in original post

Login to Me Too
4 REPLIES 4

PayPal_RobG
PayPal Employee
PayPal Employee

Hello Melh,

 

You would need to modify at least one of the modules that you're currently using for this to work.

Would you happen to know the names of the specific module(s) you're using?

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
Login to Me Too

Melh
Contributor
Contributor

Hi Rob,

 

I hope this is the information you need..

 

One is for the osCmax shopping cart version 2.5 RC1.

The other is a Joomla PayPal plugin made by RSJoomla.com and used with their RSformsPro extension.

 

Thanks for your help

Login to Me Too
Solved

PayPal_RobG
PayPal Employee
PayPal Employee

Hello Melh,

 

Unfortunately I don't have any (third party) instructions for modifying either of these.

I would suggest contact the original developer, and requesting they add the capability within the module.

 

They would need to add support for two parameters: "image_url" and "cpp_header_image".

The former is used in the top-left of enhanced checkout pages (the new checkout style layout), the latter is used on the 'classic' (older) style checkout in the top header section.

 

Further details on these parameters are available at https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_w...

 

The developers would likely want to adjust the PayPal <form> to accomodate these parameters, namely by adding the following additional lines of HTML code:

 

<input type="hidden" name="image_url" value="http://link-to-your-header-image">

<input type="hidden" name="cpp_header_image" value="http://link-to-your-header-image">

 

Hope this helps. As said, I sometimes happen to have instructions for some shopping carts (e.g. PrestaShop), but unfortunately I don't have any for yours.

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
Login to Me Too

Melh
Contributor
Contributor

Thanks I'll get on to the...

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.