Open specific PayPal page
-
Currently the setup allows the PayPal account to be identified via the email address. In this case we have created a PayPal Donate button that links to clicker to a special “Donation” page on the PayPal site that is associated with the account. The code provided looks like this:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”XXXXXXXXXXXX”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
</form>Which is somewhat similar to the <form code that you have in the plugin. Anyway for me to work this in for the look/destination of the Donate button?
Other than this, the plugin is awesome. And if I can’t do this, I’ll likely still use it.
Thanks.
The topic ‘Open specific PayPal page’ is closed to new replies.