ec_donate 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.3.tar.gz | 24.06 KB | 2c8735237d2b8847128e33f798bfe288 |
| ec_donate-6.x-1.3.zip | 30.48 KB | 1ef7686e7a5e3f03a3a31104d1addb78 |
Release notes
* added rules_event call for successful allocation of donation
* added js file for address changes during payment
* added theme file
* added support for recurring details to be displayed on donation-only page, added support for address changes on donation-only pages, some code cleanup
* updated donation-only page to allow for address updates via javascript, renamed fieldsets on checkout page to be more descriptive and consistent
*added support for displaying designations on the receipt
ec_donate 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.2.tar.gz | 22.68 KB | d95c4a14151f3d0c6e51ee5b5ce39f1e |
| ec_donate-6.x-1.2.zip | 29.91 KB | 25b43e23e69f42b860f10851cc446fcd |
Release notes
bugfix from http://drupal.org/node/1039512
ec_donate 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.1.tar.gz | 22.65 KB | 9b37c9dd37fd039bfab5f878969c98b7 |
| ec_donate-6.x-1.1.zip | 29.88 KB | 529055b58fb3cc07561364727a31d539 |
Release notes
- added condition so Donation Options fieldset only appear on products that are enabled as donations. This is entirely a cosmetic issue.
- updated return url function to not modify return url unless this module sets that value
- minor edits to Readme.txt
- disabled page caching on donation form and receipt page
ec_donate 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.0.tar.gz | 22.69 KB | 7233da2e3bc894753ebf89f0d9d42474 |
| ec_donate-6.x-1.0.zip | 29.93 KB | e749a35382670a8f491bdde1661c31e9 |
Release notes
eCommerce module: ec_donate
Description: provides for donations to occur through eCommerce
This module provides for the ability to create donation-type products where the user enters the amount of the donation.
All donations are extensions of the base eCommerce product allowing us to
use all the API features of ec_product. There are 3 possible methods that are
available for donations via this module:
1) A donation that doesn't use the shopping cart. This becomes a simple
payment form and doesn't have any cart functionality.
2) A donation that does use a cart. This is just like any other product
with full cart capability.
3) A donation that is incorporated as an additional item in the
checkout process. This provides for a donation on the payment page of the checkout process.
To create a donation product:
- Enable the ec_donate module in the e-Commerce Product Features section.
- Visit admin/ecsettings/donations
-set your Completed Donation URL and Your Minimum Donation Amount. These settings will
apply to all donation-products that you create on this installation/site but may
be individually selected in a future release.
- Visit admin/ecsettings/products/types/donation/features
- ensure that you have the following features listed for this product type
- Product is donation
- Donate now
- Use custom response
ec_donate 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.0-rc1.tar.gz | 22.59 KB | 6bb9fc3c93dc12b5eab538370cbf012b |
| ec_donate-6.x-1.0-rc1.zip | 29.8 KB | 00d5a303ef6a7927d2896c56be5b7056 |
Release notes
RC1 Release
Read the include Readme.txt file for more information.
ec_donate 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| ec_donate-6.x-1.x-dev.tar.gz | 24.06 KB | 42d144490b6cb42853ee58e726afb84f |
| ec_donate-6.x-1.x-dev.zip | 30.48 KB | 82c435598d20539571a3385bca1893e7 |
Release notes
Development release of e-Commerce Donate