paypal buy now button with multiple options
-
adding a simple paypal buy now button works fine, but its not what i want, whenever i try to add the a buy now button with multiple options, the button does not work.
this is the code for the button:
<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=”XJV9BXCSTCLH6″>
<table>
<tr><td><input type=”hidden” name=”on0″ value=”sizes”>sizes</td></tr><tr><td><select name=”os0″>
<option value=”small”>small £10.99 GBP</option>
<option value=”medium”>medium £10.99 GBP</option>
<option value=”large”>large £10.99 GBP</option>
</select> </td></tr>
<tr><td><input type=”hidden” name=”on1″ value=”colours”>colours</td></tr><tr><td><select name=”os1″>
<option value=”black”>black </option>
<option value=”white”>white </option>
<option value=”red”>red </option>
</select> </td></tr>
</table>
<input type=”hidden” name=”currency_code” value=”GBP”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/GB/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.paypalobjects.com/en_GB/i/scr/pixel.gif” width=”1″ height=”1″>
</form>
Blog url: http://studioprint.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
The PayPal donate button is the only one allowed.
- The topic ‘paypal buy now button with multiple options’ is closed to new replies.