e commerce - Authorize.Net Simple Checkout Attributes? -


is there way add product attributes such color, size etc. using authorize.net's simple checkout buttons? if so, how?

<form action="https://simplecheckout.authorize.net/payment/catalogpayment.aspx" method="post" name="prepage" class="center">     <input name="linkid" value="123456" type="hidden">     <input src="/wp-content/uploads/btn_buynow.png" type="image"> </form> 

if wanted options color , size, need either create separate simple checkout options each combination. otherwise, you'll need use full api or shopping cart solution supporting authorize.net.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -