Thread: Paypal buttons
View Single Post
  #8  
Old 07-13-2008, 06:05 PM
judavvforum judavvforum is offline
Major
 
Join Date: Nov 2007
Location: Arizona
Posts: 389
Default Re: Paypal buttons

Mark
Another major difference between our codes is that yours has no "return" url in the button and no "cancel" url.
Here's a copy of mine....maybe you could put that coding into the button and see if it works. (Or maybe just go back to PayPal and re-create the "add to Cart button".
<input type="hidden" name="return" value="http://www.birdhouses2luv.com/thankyou.html">
<input type="hidden" name="cancel_return" value="http://www.birdhouses2luv.com/sorry.html">
Just replace with your urls.

EDIT: I just caught you last post and FYI I altered one of my buttons with that </form></div> code and my button still worked! So probably not the culprit!

Last edited by judavvforum; 07-13-2008 at 06:08 PM. Reason: Added comment
Reply With Quote