Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: None
-
Labels:None
Description
The auto renew option for memberships is no longer visible on online signup pages.
This looks to be related with the problem that on membership tab configuration of a contribution page, i'm not able to set "give option" for a membership type.
If i look at CRM/Member/Form/MembershipBlock.php i see a commented line
related to this:
//$params['membership_types'] = serialize( $membershipTypes );
which looks to have been introduced because of priceset merge (r39748).
Just un commenting doesn't solve the problem. There are some changes with setdefaults as well. And there are some new priceset if conditions which looks to have been added with some purpose.
These changes / commenting needs to be investigated, and auto renew option needs to be fixed.