Hello: I've been trying to get a custom button that I've created to work as an Add To Cart, but I haven't been successful. The only way I've been able to get it to work is by creating a saved button on PayPal....but that way doesn't use my custom variables. Do I have to have a custom ID button? Here's my form that I'm trying to submit as an Add to Cart, if someone would like to take a look at it and tell me what I'm doing wrong. Thanks.... <form name="payform" action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="on0" value="Single Origin"> <input type="hidden" name="os0" value="CoffeAM"> <input type="hidden" name="on1" value="Bag Size"> <input type="hidden" name="os1" value=""> <input type="hidden" name="on2" value="Regdecaf"> <input type="hidden" name="os2" value=""> <input type="hidden" name="on3" value="Grind"> <input type="hidden" name="os3" value=""> <input type="hidden" name="business" value="my emailt"> <input type="hidden" name="item_name" value="Colombia Supremo La Valle Verde"> <input type="hidden" name="item_number" value=""> <input type="hidden" name="amount" value=""> <input type="hidden" name="quantity" value="1"> <input type="hidden" name="shipping" value=""> <input type="hidden" name="tax" value=""> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> </form> <a href="" onClick="payform.submit();"><img src="../Pics/Add to cart.jpg" /></a>
... View more