View Single Post
  #2  
Old 04-10-2008, 07:51 PM
LadyEye's Avatar
LadyEye LadyEye is offline
General & Forum Moderator
 
Join Date: Jun 2006
Location: Canada
Posts: 9,909
Send a message via MSN to LadyEye
Default 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 ..


Reply With Quote