Multiple Donation cart check

heavenbound
Contributor
Contributor

Currently Paypal on donaions only allows one donation at a time without a cart for multiple donations. I use the donations buttons to allow people to request items on a donations basis as a non profit. Is there a Third Party Cart that would allow people to set their own donation price for multiple items on a check out basis? Example. Say I want items 3,5 and 7 and will donate $10.00 for all three only having to check out once rather then three checkouts once for each item.

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

Amanda411
Moderator
Moderator

Hi heavenbound,

 

You can find the PayPal Certified Developer Directory here:

https://www.paypal-portal.com/developer/directory/

 

Amanda

View solution in original post

Login to Me Too
9 REPLIES 9

skier
Advisor
Advisor

What you have in mind requires an out of the box approach.   You need a bit of custom scripting plus the use of the "upload" method.   Here's one example and you can find some tips on Donations and more examples here.

 

Regards,

 

skier

Login to Me Too

heavenbound
Contributor
Contributor

Thanks. The donation text really helps. I need a couple of small adjustments and it has been years since Pascal and Basic programming which helps a little with HTML and Java. Does anyone know anyone who can make some small adjustments for a donation?

Login to Me Too
Solved

Amanda411
Moderator
Moderator

Hi heavenbound,

 

You can find the PayPal Certified Developer Directory here:

https://www.paypal-portal.com/developer/directory/

 

Amanda

Login to Me Too

heavenbound
Contributor
Contributor

Thanks for the information. I figured it out and have the code working.

Login to Me Too

thereisenoughcg
New Community Member

hey, could you share?  I am facing the same challenge.

 

thanks,

adam

Login to Me Too

heavenbound
Contributor
Contributor

Adam,

Glad to share. The code I am use can be seen at http://www.heavenpastpresentfuture.com/order.html. I just made a couple of changes in the code which you can see in view source to allow it to add multiples of the same donation for an item. It then sends the proper information to PayPal with the correct total dontated. Hope this helps.

Login to Me Too

heavenbound
Contributor
Contributor

I was able to use your template to get a multiple item for same donation working. It can be viewed at http://www.heavenpastpresentfuture.com/order.html. You are welcome to it if you want to share it. Thanks. Bill

Login to Me Too

DebG
Member
Member

Heavenbound,

 

saw your great example; good job! 

 

I'll be having the same need and was wondering if it's possible to set the minimum amount acceptable?  For example, in your first item, you say the cost to the ministry is $10, but is there a way to then set $10 as a minimum payment for it then?  Right now, it appears as though someone could donate only $1.00 for this item?

 

Thanks so much!

DebG

Login to Me Too

skier
Advisor
Advisor

To set minimum or maximum amounts or quantities requires some custom scripting on your web page or site.  Check out the button code examples here.

 

 

Regards,

 

skier

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.