Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Incomplete
-
Affects Version/s: 4.4.3
-
Fix Version/s: Unscheduled
-
Component/s: CiviContribute, CiviMember
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
As an administrator, I would like to be able to choose a default contribution page for each membership type so that I don't have to choose one default contribution page to forward all renewals to if they were not created via a contribution page.
Specifically, currently, if I create a membership using the administrative side, when it comes time for my contacts to renew, they are sent to the default page.
In order to reduce confusion I only have one membership type availiable per contribution page.
What I would like to be able to do is go into the Membership Type settings and say, to use a certain page as default for renewal purposes in the case that $membership[$dao->id]['renewPageId'] is empty in these lines of code
https://github.com/civicrm/civicrm-core/blob/master/CRM/Member/Page/UserDashboard.php#L68-L77