Question
Paypal shopping cart and flash integration
I needed to add this as a button in my flash navigation, but I just can't seem to get it to work.
Please help.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com//en_US/i/btn/sc-but-03.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="tetraskin@aol.com">
<input type="hidden" name="item_name" value="Aloe Cucumber Astringent">
<input type="hidden" name="item_number" value="IO-1002806">
<input type="hidden" name="amount" value="23.99">
<input type="hidden" name="page_style" value="Primary">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value=" http://tetraskin.com/Thankyou.html">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
Thanks
