Downloads

Download tar.gz 22.69 KB
MD5: 7233da2e3bc894753ebf89f0d9d42474
SHA-1: 9f660ac664a9b86ecb013811a8c819ee983b8fa1
SHA-256: 1dd001eb0a50d3e7bdb7c0b1f84648675a4a1a35d3725e09f8e9e5275318cab1
Download zip 29.93 KB
MD5: e749a35382670a8f491bdde1661c31e9
SHA-1: 7c46996d841a0eb1f8c52a401e359ad76b5f739b
SHA-256: f888991d21c8aab715f22a8bb466c3da5b08c9225835fa3b57db7dedeb646e67

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
- Purchase via shopping cart

- Visit node/add/product/donation
- Enter the details as needed.
- Expand the Special Options section
- Set "Disallow purchase via Shopping Cart" - determines whether the "Add to Cart" button is displayed on the product
- Set "Use Donate Now Button" - determines whether the Donate Now button appears on the product- just like "Buy Now"
- Set "Allow use on Store Checkout" - determines whether this product is displayed on the normal Store Checkout page so that
customers can add to their purchase immediately
- Set "Use Response Text" - this is displayed on the receipt for any donation

Created by: davea
Created on: 15 Jan 2011 at 14:11 UTC
Last updated: 15 Jan 2011 at 14:11 UTC
Unsupported

Other releases