Re: re testing paypal form | |
Hi .. you will need to visit paypal directly to achieve this.
Or this might work, maybe add this to your current code .. maybe after value or shipping value .. <input type="hidden" name="return" value="http://www.yourdomain.com/nameofpage.html">
<input type="hidden" name="cancel_return" value="http://www.yourdomain.com/nameofpage.html">
the first would be the return page and the 2nd for a cancellation of order page, paypal usually requests this url as well ..
if the code doesn't work, you can go to paypal .. |