Online giving is a big reason to have a church websites and developing website with WordPress is simple and great solution because it is free, development cost is lower and most importantly there are very large amount of ready-made free as well as paid themes available for Church websites which downgrade the development cost as well as time.
Online giving or we can say receiving donation online is the prime focus of Church websites because now a days majority of donations are made online. WP Church Donation plugin helps church websites for this.
Authorize.net is most widely used payment gateway to process payments online and accepts Visa, MasterCard, Discover and other variants of cards and best option to receive payment online. Install WP Church Donation Plugin and get started to accept donations through
Authorize.net with ease.
WP Church Donation plugin features:
- Integration of Authorize.Net payment gateway to receive donation.
- Accept donation using Credit Card.
- Easy to use Authorize.Net payment gateway settings options at administrator area.
- Place donation form anywhere on the site using ShortCode.
- List of donors along side with details for particular donation and donors at administrator area.
- Facility to export donation and donors list for administrators.
- Email notifications to donors and site owner(administrator) when donation made.
- Easy management of content used in email notification.
- Dynamic thank you page content with editable content at administrator area.
- Allowed custom donation amount.
- Form validations for both client side(using jQuery) and server side(using PHP).
For further information on plugin, suggestion or comments on how to customize the plugin please drop me a contact request from
http://freelancer-coder.com. If I will not able to provide complete support I will make sure that I will provide guidelines or some useful information for the addressed situation.
Installation process is very simple for WP Church Plugin. Ways to install plugin:
Installation with FTP:
- Download wp-church-donation plugin.
- Extract plugin.
- Upload wp-church-donation directory to the '/wp-content/plugins/' directory.
- Go to Plugins option from left menu and activate 'wp-church-donation' plugin from the list.
Installation with Upload method via WordPress admin panel:
- Download wp-church-donation plugin.
- Go to plugins page by clicking on Plugins menu item from left menu.
- Click on 'Add New' option.
- Upload the 'plugin and activate.
How to configure
Authorize.net payment gateway:
- After activating the plugin, click on 'Auth.net Settings' menu option under 'Church Donation' from left menu.
- Enter your Authorize.net API credentials including 'Login ID' and 'Transaction Key'.
- There is a checkbox to enable test mode of Authorize.net, check to enable test mode and uncheck to enable live mode.
- Save settings.
How to customize email content, thank you message and description provided on the top of the donation form:
- After activating the plugin, click on 'Content' menu option under 'Church Donation' from left menu.
- It will show inputs to add Donation page header and message, thank you message, email notification subject and content.
- Make changes according to your need.
- Submit.
How to keep track on received donations list and manage it:
- Click on 'Church Donation' from left menu.
- You will see a list of donation entries.
- Click on view details link to see all the details related to that donation entry.
- Click on delete to remove the entry from list.
- Click on Export link at the top of listing to export all the entries in CSV format.
How to use WP Church Donation plugin at client side:
- Place
[Show Church Donation Form]
or [Show_Church_Donation_Form]
in your content or <?php echo wp_church_donation_form(); ?>
in your template.
1.0
Initial plugin upload
1.1
- Added pagination for donation entries(20 records per page) at admin area.
- Modified date format in listings.
1.2
- Fixed short code issue for new WordPress versions.
1.3
- Resolved conflicts occurred for latest WP version, now it allows adding entries in DB.
- Modified API URLs according to latest Akamai changes made by Auth.net.
- Included one more field named category in donation form.
1.5
- Updated Authorize.Net SDK.
- Resolved header already sent warning.
- Tested plugin with latest WordPress version (4.7.5).
- Passed phone number in Authorize.Net payment calls.
1.6
- Removed non-GPL Authorized.net library.
- Upgraded plugin to process payment via direct APIs.
1.7
- Tested plugin with latest WordPress version (6.4.3)
- Updated API methods to XML-based API for secure payment processing.
== Upgrade Notice ==
- 1.0 to 1.1 upgrade will not make any changes to existing features, just added pagination for donors list at admin area.
- 1.1 to 1.2 Upgrade will allow placing shortcodes with space and _ e.g.
[Show Church Donation Form]
or [Show_Church_Donation_Form]
- 1.2 to 1.3 Authorize.Net is now using Akamai to optimize Internet traffic routing, which includes your transaction requests. Using Akamai is currently optional, but will be mandatory for all merchants on June 30th 2016.
- 1.3 to 1.5 Upgraded Authorize.Net SDK and made some other changes, please do take backup before upgrading the plugin.
- 1.5 to 1.6 Upgraded plugin to remove non-GPL Authorize.net library and implemented direct API to process payment.
- 1.6 to 1.7 Upgrade plugin to update the process payment securly and based on XML.