INSTALL.txt |
INSTALL.txt |
|
Installation steps:
1. Enable this module
2. Go to Configuration -> Web Services -> PayPal donation
(admin/config/services/paypal_donations)
3. Provide your PayPal accounts for the different donations and save
4. In Blocks… |
paypal_donations.admin.inc |
includes/paypal_donations.admin.inc |
|
Create the configuration area for PayPal donation |
paypal_donations.entity.inc |
includes/paypal_donations.entity.inc |
|
Deinfes the PayPal donation item entity |
paypal_donations.features.inc |
includes/paypal_donations.features.inc |
|
Features to export donation settings |
paypal_donations.info |
paypal_donations.info |
|
name = PayPal donations
description = This module creates PayPal donation blocks for your site and receives donation status information
core = 7.x
package = PayPal
dependencies[] = entity
dependencies[] = views
dependencies[] = number
dependencies[]… |
paypal_donations.install |
paypal_donations.install |
|
Sets up the base table for our entity and a table to store information about
the entity types. |
paypal_donations.ipn.inc |
includes/paypal_donations.ipn.inc |
|
Handling the PayPal IPN callbacks |
paypal_donations.module |
paypal_donations.module |
|
|
paypal_donations.variable.inc |
includes/paypal_donations.variable.inc |
|
PayPal donation Variable API implementation. |
paypal_donations.view.inc |
views/paypal_donations.view.inc |
|
|
paypal_donations.views.inc |
includes/paypal_donations.views.inc |
|
Provides the views data and handlers for nodeblock.module. |
paypal_donations_recurring.tpl.php |
templates/paypal_donations_recurring.tpl.php |
|
|
paypal_donations_single.tpl.php |
templates/paypal_donations_single.tpl.php |
|
|
README.txt |
README.txt |
|
The aim of this module is to give a more dynamic and customisable PayPal
donation button as the default one.
You can:
* create predefined amounts
* select a custom amount
* use single and recurring donation
* set up a header logo for your PayPal… |