Description
Collect donations for different projects with a WooCommerce product.
If you are like me, you work on several projects and would like to simply collect donations for them, without bothering creating and configuring a product for each project.
This plugin is mostly intended to be easy to set up. It is mostly usefull if you want to get donations and need or already use WooCommerce platform.
Features
- switch to enable any product as Project Donation
- add project field on enabled product page, with
- with free type project name
- or drop down selection list (from project or another post type)
- optionally add «Project» post type to WordPress (if needed and not provided by another plugin)
- optionally replace fixed price with a flexible Amount field (if not provided by another plugin). When the product has a fixed price higher than zero, the donation amount will be added to the normal product price)
- compatible with subscriptions, variable products, and probably any other WooCommerce product type
- compatible with WooCommerce Name Your Price (although main features are included in Project Donations)
- localization ready
Roadmap
- global or per-product settings
- collect donations statitics per project
- add donation field to cart or checkout page
- allow fixed project for some products
- permalink like /donate/projectname/amount
- customize notification mails
Installation
- Install as usual (download and unzip in wp-content/plugins/ folder, then activate)
- Set preferences in WooCommerce -> Settings -> Product Projects
- optionally activate «create project post type» or choose and existing post type to use as projects (if set, a selection menu will be presented to the user instead of a text input box)
- optionally allow client to choose amount to pay (if you don’t already use another plugin for this feature)
- Create a product
- check «Project Donation» option, near product type selection
- check «Virtual» option (recommended but optional)
- set product price to zero (recommended), or to a higher amount (in this case, the donation will be added to the fixed price, but it would be clearer for the customer to set a minimum donation amount instead)
The product page will display «Project» and «Amount» fields
To create a link for a specific project, add «project» parameter to the URL, like:
https://magiiic.com/donate/project/?project=Project+Donations+plugin
You can also specify an amount in the URL, like:
https://magiiic.com/donate/project/?project=Project+Donations+plugin&amount=5
FAQ
-
Can I link project to a project page / a specific projects list?
-
Yes, activate «Add project post type» or choose a post type dedicated to projects in WooCommerce Product Donations settings tab.
-
Can cutomer choose the purchase amount?
-
Yes, activate «Customer defined amount» in WooCommerce Product Donations settings tab.
-
Can I see sales statistics per project?
-
Not currently, but this feature will be added in a future release. You can still get some insights from WooCommerce stats, however.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Project Donations for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Project Donations for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.5
- fix a few glitches while publishing
1.4.4
- fix some more sanitizations
1.4.3
- fix some sanitizations
1.4.2
- updated minimum wp version to 4.7
1.4.1
- fix update library and assets
1.4
- renamed plugin as project-donations-wc
1.3.1
- added NL and DE localizations
1.3
- new choice to create «project» post type or choose an existing post type as projects * product page display a project selection menu post type if project post type is set, free type text input instead
- added allow custom amount option for project donations
- added WooCommerce settings tab for Project Donations
- added WooCommerce settings tab
1.2.1
- updated readme with 1.2 changes
1.2
- added flexible amount field
- fix fields position for variable products
1.1.1
- updated tags
1.1
- added update library
1.0.1
- updated Plugin URI
1.0
- new Project name field on products, autofill if URL parameter project is provided, project name added in cart item name
- added «Project Donation» option to product type section in edit page
- added french localization
0.1.0
- Initial commit