Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.9
-
Fix Version/s: 2.0
-
Component/s: CiviContribute
-
Labels:None
Description
A contribution form configured with memberships, contributions, and "Separate Membership Payment" may show a first page like this to the user:
====
Individual Membership
Contribution Amount
- $ 25.00
- $ 50.00
- Other Amount
====
No indication of the membership cost is presented by default. The second page then shows the membership cost for the first time:
====
Membership Renewal
Individual - Membership for an individual
Contribution Amount
Contribution Amount: $ 50.00
Individual Membership: $ 35.00
-------------------------------------------
Total: $ 85.00
====
A work around is a note in the pre text. The "show minimum" option could be selected but it doesn't make sense to display "minimum fee" when it is fixed.
Suggested fix:
- when "Separate Membership Payment" is enabled disregard the value of "Display Minimum Membership Fee" configuration option, and on the first screen of the contribution form add the membership cost in bold using the same style as the contribution amounts.
- [Optional] when "Separate Membership Payment" is enabled, on the confirmation screen of the contribution form, move the membership line item into the Membership subheading so that output looks like:
====
Membership Renewal
Individual - Membership for an individual
Individual Membership: $ 35.00
Contribution Amount
Contribution Amount: $ 50.00
-------------------------------------------
Total: $ 85.00
====