Forum Moderators: buckworks

Message Too Old, No Replies

PayPal digital goods delivery

removing "Shipping To" field

         

amature_php

8:21 pm on Mar 5, 2010 (gmt 0)

10+ Year Member



Hi,

I am having trouble finding out how to specify, on paypal, that the goods I am selling are digital. Basically, I don't want my users to be confused by PayPal posting a "Shipping To" heading after a completed transaction. I've seen that you can bypass the screen altogether by specifying a "Auto Return" but I would rather not do that if possible. I just want the "Shipping To" field removed.

Thanks

amature_php

4:04 pm on Mar 8, 2010 (gmt 0)

10+ Year Member



Hi,

I was able to solve my problem. For anyone who is having trouble with this same thing here is the very simple solution:

Add this "hidden" input field to your PayPal <form>

<input type="hidden" name="no_shipping" value="1" />

And thats it! Hope this can help someone