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
Post a Comment