oligalma
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jun-29-2021
11:38 PM
I would like to add a donate button to my website. I created the button successfully, but I found that, if paying by credit card, there is a checkbox called "Share your postal address so they can confirm the donation". I would like to disable this checkbox because I don't want to collect any postal address. Is that possible? Or simply, disable the paying by credit card method.
Solved! Go to Solution.
Labels:
- Labels:
-
Accepting Donations
-
PayPal Buttons
1 ACCEPTED SOLUTION
Accepted Solutions
oligalma
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul-04-2021
12:06 AM
Finally I've found the solution. You need to include the "no_shipping" parameter in the form:
<input type="hidden" name="no_shipping" value="1" />
1 REPLY 1
oligalma
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul-04-2021
12:06 AM
Finally I've found the solution. You need to include the "no_shipping" parameter in the form:
<input type="hidden" name="no_shipping" value="1" />

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- I'm trying to add a required check box and email address to this form. Paypal Payment Buttons in Merchant Products and Services Archives
- NVP/SOAP API integration in Merchant Products and Services Archives
- How can I hide/don't display Shipping Information in PayPal Smart Button Debit/Credit Card module? in Merchant Products and Services Archives
- Express Checkout REST API How to set no shipping option in Merchant Products and Services Archives