Monday, September 26, 2011

Paypal - Add business logo to paypal check out page


Hi,

There can be scenarios where you need to show the business logo in the Paypal checkout page.

This is how it would look like:




Code

Well this can be easily achieved by adding the following hidden field in your paypal form:


<input type="hidden" name="image_url" id="edit-image-url" value="<URL_OF_THE_LOGO>"  />

Now when the Paypal form is submitted, it will show the business logo instead of the business name/email in the Paypal's checkout page.

Hope it helps. Best of luck.

2 comments: