F
Frank H. Shaw
The following HTML markup and Javascript not work or does not seem to work in
this form when testing on the website the paypal does not see any items
ordered the default is 1 item ordered but nothing has been sent to paypal
data and information missing.
<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="(e-mail address removed)">
<input type="hidden" name="item_name" value="Pro Style ATF Ankle Brace with
Universal Fit">
<script type="text/javascript">
if (R1[0].checked)
{
<input type="hidden" name="item_number" value="212-E">
<input type="hidden" name="amount" value="20.95">
}
else
{
<input type="hidden" name="item_number" value="212-D">
<input type="hidden" name="amount" value="225.00">
}
</script>
<input type="hidden" name="return"
value="http://www.skolsportsshop.com/success.htm">
<input type="hidden" name="cancel_return"
value="http://www.skolsportsshop.com/cancel.htm">
<input type="hidden" name="currency_code" value="USD">
<input TYPE="image" SRC="https://www.paypal.com/images/sc-but-03.gif"
NAME="submit0"alt="Make payments with PayPal - it's fast, free and secure!"
width="124" height="26">
<input type="hidden" name="add" value="1">
</form>
this form when testing on the website the paypal does not see any items
ordered the default is 1 item ordered but nothing has been sent to paypal
data and information missing.
<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="(e-mail address removed)">
<input type="hidden" name="item_name" value="Pro Style ATF Ankle Brace with
Universal Fit">
<script type="text/javascript">
if (R1[0].checked)
{
<input type="hidden" name="item_number" value="212-E">
<input type="hidden" name="amount" value="20.95">
}
else
{
<input type="hidden" name="item_number" value="212-D">
<input type="hidden" name="amount" value="225.00">
}
</script>
<input type="hidden" name="return"
value="http://www.skolsportsshop.com/success.htm">
<input type="hidden" name="cancel_return"
value="http://www.skolsportsshop.com/cancel.htm">
<input type="hidden" name="currency_code" value="USD">
<input TYPE="image" SRC="https://www.paypal.com/images/sc-but-03.gif"
NAME="submit0"alt="Make payments with PayPal - it's fast, free and secure!"
width="124" height="26">
<input type="hidden" name="add" value="1">
</form>