This is what I have so far:
<form action="https://www.paypal.com/cgi-bin/webscr " method="post"> <input type="hidden" name="lc" value="en_GB"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="myemail@gmail.com"> <input type="hidden" name="item_name" value="MyProduct"> <input type="hidden" name="button_subtype" value="services"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="0"> <input type="hidden" name="shipping" value="0.00"> <input type="hidden" name="amount" value="1.99"> <select name="currency_code"> <option value="GBP">GBP</option> <option value="EUR">EUR</option> <option value="USD">USD</option> </select> <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif " border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif " width="1" height="1"> </form>
Alternatively I could create a page in between where I hold all the variables and change the amount based on what the currency is; whilst auto-submitting these as a form - I discuss this (with myself apparently) down below.
Edited by sAuhsoj, 04 July 2011 - 11:13 AM.


Sign In
Create Account


Back to top









