Hi guys,
I need to incorporate this into Flash MX so please help me.
Add to Cart Button code
<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/x-click-but22.gif” border=“0” name=“submit” alt=“Make payments with PayPal - it’s fast, free and secure!”>
<input type=“hidden” name=“add” value=“1”>
<input type=“hidden” name=“cmd” value="_cart">
<input type=“hidden” name=“business” value=“tedt@infusions.ca”>
<input type=“hidden” name=“item_name” value=“regen red”>
<input type=“hidden” name=“item_number” value=“64646”>
<input type=“hidden” name=“amount” value=“20.00”>
<input type=“hidden” name=“no_note” value=“1”>
<input type=“hidden” name=“currency_code” value=“CAD”>
<input type=“hidden” name=“lc” value=“CA”>
</form>
View Cart Button Code
<form target=“paypal” action=“https://www.paypal.com/cgi-bin/webscr” method=“post”>
<input type=“hidden” name=“cmd” value="_cart">
<input type=“hidden” name=“business” value=“tedt@infusions.ca”>
<input type=“image” src=“https://www.paypal.com/images/view_cart.gif” border=“0” name=“submit” alt=“Make payments with PayPal - it’s fast, free and secure!”>
<input type=“hidden” name=“display” value=“1”>
</form>
Thank you.
Bob