i having problems when i try to use Paypal Cart System
I have used both a link form
<A HREF="http://secure.paypal.x.com/xclick/business=jsimonelli@artyko.com&undefined_quantity=1&item_name=$rec{'Title'}&amount=$rec{'Price'}&shipping=0&return=http://simonelli.artyko.com" target="_blank">
<IMG SRC="sc-but-03.gif" BORDER="0" ALT="Make payments with PayPal - it's fast, free and secure!"></A>
<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="jsimonel@wvu.edu">
<input type="hidden" name="item_name" value="Oltre Il Muro">
<input type="hidden" name="amount" value="800.00">
<input type="hidden" name="return" value="http://simonelli.artyko.com">
<input type="hidden" name="cancel_return" value="http://simonelli.artyko.com">
<input type="image" src="https://www.paypal.com/images/sc-but-03.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
</form>
and i have also used a form but neither work it gives me an error. everytime i just delete this cod it works fine again.
can anyone help me with this
Thanks
Jose
I have used both a link form
<A HREF="http://secure.paypal.x.com/xclick/business=jsimonelli@artyko.com&undefined_quantity=1&item_name=$rec{'Title'}&amount=$rec{'Price'}&shipping=0&return=http://simonelli.artyko.com" target="_blank">
<IMG SRC="sc-but-03.gif" BORDER="0" ALT="Make payments with PayPal - it's fast, free and secure!"></A>
<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="jsimonel@wvu.edu">
<input type="hidden" name="item_name" value="Oltre Il Muro">
<input type="hidden" name="amount" value="800.00">
<input type="hidden" name="return" value="http://simonelli.artyko.com">
<input type="hidden" name="cancel_return" value="http://simonelli.artyko.com">
<input type="image" src="https://www.paypal.com/images/sc-but-03.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
</form>
and i have also used a form but neither work it gives me an error. everytime i just delete this cod it works fine again.
can anyone help me with this
Thanks
Jose