Details
-
Type:
New Feature
-
Status: Done/Fixed
-
Priority:
Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: CiviContribute, CiviEvent
-
Labels:None
Description
Add the ability to offer a choice of available payment processors to donors using online contribution pages. Administrators will be able to select one OR MORE enabled processors when configuring each contribution page.
1. Schema Changes
----------------------------
1.1 Alter column for civicrm_contribution_page,
payment_processor_id int to varchar
2. User Interface Changes
------------------------------------
2.1 Manage Contribution Pages >> Configure >> Contribution Amounts
- Add checkbox form field to this form replacing the select drop down for all the selected Payment Processor.
2.2 Online Registration >> Register
All the selected Payment Processors should be radio boxes (potentially may be images) on selecting which the corresponding billing sections of the chosen payment processor will be displayed.
Rest of the Confirmation and Thank You page behavior will remain the same.