Hi,
Is there a way to set a minimum accepted donation value? I would really love that feature.

Comments

flevour’s picture

I would love this feature and I am willing to contribute code, if developer(s) could step out and give some pointers to code.

a1eph’s picture

I am really in need of this as well...it would be great to add a minimum donation amount so users could not donate more than paypal processing fees while maintaining the right to donate whatever value they wished.

treats’s picture

Bump. This would be huge for me and will also be willing to offer time to get this feature implemented..

ralva83638’s picture

Ditto.

gjb2048’s picture

Double ditto :D

cmcintosh’s picture

Assigned: Unassigned » cmcintosh

This is something I am needing for a Non-Profit client. I will be working on a solution tonight.

A temporary Ideas for handling this is:
1. Setup a Conditional Action that is triggered whenever a donation type Product is added to the cart. Then Have it check the donation value entered and the sell_price for the product. if the donation amount is smaller than the sell price then we post a message and let the customer know what the minimum is.

biwashingtonial’s picture

Version: 6.x-2.0-beta3 » 6.x-2.x-dev
Assigned: cmcintosh » biwashingtonial
Status: Active » Needs review
StatusFileSize
new1.64 KB

Here's a patch to the validator functions. It's a simpler solution than cmcintosh proposed, but in my preliminary testing it seems to work fine.

r.aubin’s picture

I'd love to see this feature as well. Might need a bump - still waiting for review.