hello,
i am trying to figure out how to create an international shipping option in my paypal button code, i am based in the uk and sell products that come in different sizes, each product costs more to send within the uk, this isnt a problem, however, i have a flat shipping rate to send to customers outside of the uk, is there a way to havethis option during checkout, that is someone from america can select international shiping and this rate of lets say £8 is used as the shipping cost not the normal domestic rate?
this is the code i have from paypal
<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="xxxxxxxxxxx">
<table><tr><td><input type="hidden" name="on0" value="Shield Wood">Shield Wood</td></tr><tr><td><select name="os0"><option value="Oak">Oak </option><option value="Mahogany">Mahogany </option></select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Product">Product</td></tr><tr><td><select name="os1"><option value="Quartered Crest">Quartered Crest </option></select> </td></tr>
<tr><td><input type="hidden" name="on2" value="1st Surname">1st Surname</td></tr><tr><td><input type="text" name="os2" maxlength="200"></td></tr><tr><td><input type="hidden" name="on3" value="2nd Surname">2nd Surname</td></tr><tr><td><input type="text" name="os3" maxlength="200"></td></tr></table><input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online."><img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"></form>