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.
PHP Drops
ReplyDeletewhat is the stand for DROPS ?
It specifies droplets of code from the big cloud of coding world.
ReplyDelete