Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Blocker
-
Resolution: Won't Fix
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.1.4
-
Component/s: CiviMember
-
Labels:None
Description
On demo membership page, enable contributions, add a few fixed price levels (may not be necessary), enable Other amount. Enable Pay Later (may not be necessary). Save.
Go to Live page. Enter an amount larger than the membership amount in Other amount. Confirm. Total shows only the extra contribution amount, not the membership amount. Thank Page shows same.
Joe
That is the expected behavior:
Scenario 1 : Separate Membership Payment ON
It will show the membership amount and contribution amount.
There will be 2 contributions one each corresponding to the membership and the additional contribution.
Scenario 2 : Separate Membership Payment OFF
It will only allow you to enter any amount greater than the minimum membership fee for the selected 'membership' type
and that will be the contribution amount for the membership (basically over-riding the membership fee).
There will be just one contribution amount which corresponds to the selected membership type (with the new fees).
The behavior you pointed out is scenario #2 which is expected.