Forum Moderators: buckworks
Maybe it's something I'm doing wrong. Here is one of the forms:
<form target="paypal" action="h**ps://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="email@blah.com">
<input type="hidden" name="item_name" value="Item name">
<input type="hidden" name="item_number" value="1234567890">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="h**ps://www.paypal.com/images/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">
</form>
If you have an alternate browser around instead of the main one you use try that first before a panic :)
Just tested from two client's stores and my own login, works fine here.
I still can't get my Opera browser to work, though:(
But at least I know it's on my end.
<added>It's still a minor problem, if a customer decided to come back days later and purchase an item.
Thank you for contacting PayPal.This error can be due to corrupted cookies on there browser. I have
enclosed instructions to remove them. You may want to add these
instructions to your website for you customers who are having these
problems.If you are experiencing problems with our website that you have not
encountered before, it is likely that you have a corrupted cookie. The
easiest way to clear your cookies is to remove them from your PC rather
than your browser. Follow these simple steps to clear your cookies:
My lesson learned for the day ;)