This is the content of one of the HTML boxes which appear in the Order column of the table:ColinM wrote: But yes, looking forward to you getting back to me Jon - awesome that you've done exactly what I wanted.
<form target="paypal" 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="XXXXXXXXXXXXXXX">
<table>
<tr>
<td>
<p align="center"><input type="hidden" name="on0" value="Destination">Destination</p>
</td>
<td><select name="os0">
<option value="UK">UK £39.00</option>
<option value="Europe">Europe £41.00</option>
<option value="Rest of World">Rest of World £42.00</option>
</select> </td>
</tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_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_GB/i/scr/pixel.gif" width="1" height="1">
</form>
I guess that the XXXXXXXXXX would be a unique code appropriate to the PayPal account, so I've overwritten it
This code was created by, and then copied from, PayPal - starting from somewhere like
https://developer.paypal.com/docs/class ... s-buttons/
but I can't remember the exact procedure at the moment (my excuse is I'm 75

No doubt you will be able to create your own buttons with these hints ?
. . . . and its Don, not Jon
I hope this helps