INFRA-132 - Copyright header - Drupal.WhiteSpace.ScopeIndent.IncorrectExact
[civicrm-core.git] / CRM / Member / Form / MembershipBlock.php
CommitLineData
6a488035
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
39de6fd5 4 | CiviCRM version 4.6 |
6a488035 5 +--------------------------------------------------------------------+
06b69b18 6 | Copyright CiviCRM LLC (c) 2004-2014 |
6a488035
TO
7 +--------------------------------------------------------------------+
8 | This file is a part of CiviCRM. |
9 | |
10 | CiviCRM is free software; you can copy, modify, and distribute it |
11 | under the terms of the GNU Affero General Public License |
12 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13 | |
14 | CiviCRM is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. |
18 | |
19 | You should have received a copy of the GNU Affero General Public |
20 | License and the CiviCRM Licensing Exception along |
21 | with this program; if not, contact CiviCRM LLC |
22 | at info[AT]civicrm[DOT]org. If you have questions about the |
23 | GNU Affero General Public License or the licensing of CiviCRM, |
24 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
25 +--------------------------------------------------------------------+
d25dd0ee 26 */
6a488035
TO
27
28/**
29 *
30 * @package CRM
06b69b18 31 * @copyright CiviCRM LLC (c) 2004-2014
6a488035
TO
32 * $Id$
33 *
34 */
35
36/**
37 * form to process actions on Membership
38 */
39class CRM_Member_Form_MembershipBlock extends CRM_Contribute_Form_ContributionPage {
40
41 /**
100fef9d 42 * Store membership price set id
6a488035
TO
43 */
44 protected $_memPriceSetId = NULL;
45
46 /**
c490a46a 47 * Set default values for the form. Note that in edit/view mode
6a488035
TO
48 * the default values are retrieved from the database
49 *
6a488035
TO
50 *
51 * @return void
fd726496 52 */
00be9182 53 public function setDefaultValues() {
6a488035
TO
54 //parent::setDefaultValues();
55 $defaults = array();
56 if (isset($this->_id)) {
57 $defaults = CRM_Member_BAO_Membership::getMembershipBlock($this->_id);
58 }
59 $defaults['member_is_active'] = $defaults['is_active'];
60
61 // Set Display Minimum Fee default to true if we are adding a new membership block
62 if (!isset($defaults['id'])) {
63 $defaults['display_min_fee'] = 1;
64 }
65 else {
66 $this->assign('membershipBlockId', $defaults['id']);
67 }
68 if ($this->_id &&
9da8dc8c 69 ($priceSetId = CRM_Price_BAO_PriceSet::getFor('civicrm_contribution_page', $this->_id, 3, 1))
6a488035
TO
70 ) {
71 $defaults['member_price_set_id'] = $priceSetId;
72 $this->_memPriceSetId = $priceSetId;
73 }
74 else {
75 // for membership_types
76 // if ( isset( $defaults['membership_types'] ) ) {
9da8dc8c 77 $priceSetId = CRM_Price_BAO_PriceSet::getFor('civicrm_contribution_page', $this->_id, 3);
6a488035
TO
78 $this->assign('isQuick', 1);
79 $this->_memPriceSetId = $priceSetId;
80 $pFIDs = array();
81 if ($priceSetId) {
353ffa53
TO
82 CRM_Core_DAO::commonRetrieveAll('CRM_Price_DAO_PriceField', 'price_set_id', $priceSetId, $pFIDs, $return = array(
83 'html_type',
84 'name',
87a890cc 85 'label',
353ffa53 86 ));
6a488035
TO
87 foreach ($pFIDs as $pid => $pValue) {
88 if ($pValue['html_type'] == 'Radio' && $pValue['name'] == 'membership_amount') {
89 $defaults['mem_price_field_id'] = $pValue['id'];
21f4797a 90 $defaults['membership_type_label'] = $pValue['label'];
6a488035
TO
91 }
92 }
93
a7488080 94 if (!empty($defaults['mem_price_field_id'])) {
6a488035 95 $options = array();
9da8dc8c 96 $priceFieldOptions = CRM_Price_BAO_PriceFieldValue::getValues($defaults['mem_price_field_id'], $options, 'id', 1);
6a488035
TO
97 foreach ($options as $k => $v) {
98 $newMembershipType[$v['membership_type_id']] = 1;
3476772a 99 if (!empty($defaults['auto_renew'])) {
92fcb95f 100 $defaults["auto_renew_" . $v['membership_type_id']] = $defaults['auto_renew'][$v['membership_type_id']];
6a488035
TO
101 }
102 }
103 $defaults['membership_type'] = $newMembershipType;
104 }
105 }
106 }
107
108 return $defaults;
109 }
110
111 /**
c490a46a 112 * Build the form object
6a488035
TO
113 *
114 * @return void
6a488035
TO
115 */
116 public function buildQuickForm() {
117 $membershipTypes = CRM_Member_BAO_MembershipType::getMembershipTypes();
118
119 if (!empty($membershipTypes)) {
120 $this->addElement('checkbox', 'member_is_active', ts('Membership Section Enabled?'));
121
122 $this->addElement('text', 'new_title', ts('Title - New Membership'), CRM_Core_DAO::getAttribute('CRM_Member_DAO_MembershipBlock', 'new_title'));
123
124 $this->addWysiwyg('new_text', ts('Introductory Message - New Memberships'), CRM_Core_DAO::getAttribute('CRM_Member_DAO_MembershipBlock', 'new_text'));
125
126 $this->addElement('text', 'renewal_title', ts('Title - Renewals'), CRM_Core_DAO::getAttribute('CRM_Member_DAO_MembershipBlock', 'renewal_title'));
127
128 $this->addWysiwyg('renewal_text', ts('Introductory Message - Renewals'), CRM_Core_DAO::getAttribute('CRM_Member_DAO_MembershipBlock', 'renewal_text'));
129
130 $this->addElement('checkbox', 'is_required', ts('Require Membership Signup'));
131 $this->addElement('checkbox', 'display_min_fee', ts('Display Membership Fee'));
132 $this->addElement('checkbox', 'is_separate_payment', ts('Separate Membership Payment'));
21f4797a 133 $this->addElement('text', 'membership_type_label', ts('Membership Types Label'), array('placeholder' => ts('Membership')));
6a488035
TO
134
135 $paymentProcessor = CRM_Core_PseudoConstant::paymentProcessor(FALSE, FALSE, 'is_recur = 1');
136 $paymentProcessorIds = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage',
137 $this->_id, 'payment_processor'
138 );
139 $paymentProcessorId = explode(CRM_Core_DAO::VALUE_SEPARATOR, $paymentProcessorIds);
140 $isRecur = TRUE;
141 foreach ($paymentProcessorId as $dontCare => $id) {
142 if (!array_key_exists($id, $paymentProcessor)) {
143 $isRecur = FALSE;
144 continue;
145 }
146 }
147
3476772a 148 $membership = $membershipDefault = $params = array();
6a488035
TO
149 foreach ($membershipTypes as $k => $v) {
150 $membership[] = $this->createElement('advcheckbox', $k, NULL, $v);
151 $membershipDefault[] = $this->createElement('radio', NULL, NULL, NULL, $k);
3476772a 152 $membershipRequired[$k] = NULL;
6a488035 153 if ($isRecur) {
353ffa53 154 $autoRenew = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipType', $k, 'auto_renew');
3476772a 155 $membershipRequired[$k] = $autoRenew;
6a488035
TO
156 $autoRenewOptions = array();
157 if ($autoRenew) {
158 $autoRenewOptions = array(ts('Not offered'), ts('Give option'), ts('Required'));
159 $this->addElement('select', "auto_renew_$k", ts('Auto-renew'), $autoRenewOptions);
3476772a 160 //CRM-15573
22e263ad 161 if ($autoRenew == 2) {
3476772a 162 $this->freeze("auto_renew_$k");
b09fe5ed 163 $params['id'] = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipBlock', $this->_id, 'id', 'entity_id');
3476772a 164 }
6a488035
TO
165 $this->_renewOption[$k] = $autoRenew;
166 }
167 }
168 }
169
3476772a 170 //CRM-15573
171 if (!empty($params['id'])) {
172 $params['membership_types'] = serialize($membershipRequired);
173 CRM_Member_BAO_MembershipBlock::create($params);
174 }
6a488035
TO
175 $this->add('hidden', "mem_price_field_id", '', array('id' => "mem_price_field_id"));
176 $this->assign('is_recur', $isRecur);
177 if (isset($this->_renewOption)) {
178 $this->assign('auto_renew', $this->_renewOption);
179 }
180 $this->addGroup($membership, 'membership_type', ts('Membership Types'));
353ffa53
TO
181 $this->addGroup($membershipDefault, 'membership_type_default', ts('Membership Types Default'))
182 ->setAttribute('allowClear', TRUE);
6a488035
TO
183
184 $this->addFormRule(array('CRM_Member_Form_MembershipBlock', 'formRule'), $this->_id);
185 }
9da8dc8c 186 $price = CRM_Price_BAO_PriceSet::getAssoc(FALSE, 'CiviMember');
6a488035
TO
187 if (CRM_Utils_System::isNull($price)) {
188 $this->assign('price', FALSE);
189 }
190 else {
191 $this->assign('price', TRUE);
192 }
193 $this->add('select', 'member_price_set_id', ts('Membership Price Set'), (array('' => ts('- none -')) + $price));
194
195 $session = CRM_Core_Session::singleton();
196 $single = $session->get('singleForm');
197 if ($single) {
198 $this->addButtons(array(
199 array(
200 'type' => 'next',
201 'name' => ts('Save'),
202 'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
203 'isDefault' => TRUE,
204 ),
205 array(
206 'type' => 'cancel',
207 'name' => ts('Cancel'),
208 ),
209 )
210 );
211 }
212 else {
213 parent::buildQuickForm();
214 }
215 }
216
217 /**
100fef9d 218 * Validation
6a488035 219 *
b2363ea8
TO
220 * @param array $params
221 * (ref.) an assoc array of name/value pairs.
6a488035 222 *
da6b46f4 223 * @param $files
100fef9d 224 * @param int $contributionPageId
da6b46f4 225 *
72b3a70c
CW
226 * @return bool|array
227 * mixed true or array of errors
6a488035 228 */
00be9182 229 public static function formRule($params, $files, $contributionPageId = NULL) {
6a488035
TO
230 $errors = array();
231
a7488080 232 if (!empty($params['member_price_set_id'])) {
fd726496 233 //check if this price set has membership type both auto-renew and non-auto-renew memberships.
b09fe5ed 234 $bothTypes = CRM_Price_BAO_PriceSet::checkMembershipPriceSet($params['member_price_set_id']);
6a488035
TO
235
236 //check for supporting payment processors
237 //if both auto-renew and non-auto-renew memberships
238 if ($bothTypes) {
b09fe5ed 239 $paymentProcessorIds = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage',
353ffa53
TO
240 $contributionPageId, 'payment_processor'
241 );
6a488035 242
b09fe5ed 243 $paymentProcessorId = explode(CRM_Core_DAO::VALUE_SEPARATOR, $paymentProcessorIds);
6a488035
TO
244
245 if (!empty($paymentProcessorId)) {
b09fe5ed 246 $paymentProcessorType = CRM_Core_PseudoConstant::paymentProcessorType(FALSE, NULL, 'name');
22e263ad 247 foreach ($paymentProcessorId as $pid) {
6a488035
TO
248 if ($pid) {
249 $paymentProcessorTypeId = CRM_Core_DAO::getFieldValue('CRM_Financial_DAO_PaymentProcessor',
250 $pid, 'payment_processor_type_id'
353ffa53 251 );
6a488035
TO
252 }
253 if (!($paymentProcessorTypeId == CRM_Utils_Array::key('PayPal', $paymentProcessorType) ||
353ffa53
TO
254 ($paymentProcessorTypeId == CRM_Utils_Array::key('AuthNet', $paymentProcessorType)))
255 ) {
e719198a 256 $errors['member_price_set_id'] = ts('The membership price set associated with this online contribution allows a user to select BOTH an auto-renew AND a non-auto-renew membership. This requires submitting multiple processor transactions, and is not supported for one or more of the payment processors enabled under the Amounts tab.');
6a488035
TO
257 }
258
259 }
260 }
fd726496 261 }
6a488035 262 }
a7488080 263 if (!empty($params['member_is_active'])) {
6a488035
TO
264
265 // don't allow price set w/ membership signup, CRM-5095
9da8dc8c 266 if ($contributionPageId && ($setID = CRM_Price_BAO_PriceSet::getFor('civicrm_contribution_page', $contributionPageId, NULL, 1))) {
6a488035 267
9da8dc8c 268 $extends = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $setID, 'extends');
6a488035
TO
269 if ($extends != CRM_Core_Component::getComponentID('CiviMember')) {
270 $errors['member_is_active'] = ts('You cannot enable both Membership Signup and a Contribution Price Set on the same online contribution page.');
271 return $errors;
272 }
273 }
274
8cc574cf 275 if ($contributionPageId && !empty($params['member_price_set_id']) &&
353ffa53
TO
276 CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage', $contributionPageId, 'amount_block_is_active')
277 ) {
6a488035
TO
278 $errors['member_price_set_id'] = ts('You cannot use Membership Price Sets with the Contribution Amounts section. However, a membership price set may include additional fields for non-membership options that requires an additional fee (e.g. magazine subscription) or an additional voluntary contribution.');
279 }
280
a7488080 281 if (!empty($params['member_price_set_id'])) {
6a488035
TO
282 return $errors;
283 }
284
285 if (!isset($params['membership_type']) ||
286 (!is_array($params['membership_type']))
287 ) {
288 $errors['membership_type'] = ts('Please select at least one Membership Type to include in the Membership section of this page.');
289 }
290 else {
291 $membershipType = array_values($params['membership_type']);
292 if (array_sum($membershipType) == 0) {
293 $errors['membership_type'] = ts('Please select at least one Membership Type to include in the Membership section of this page.');
294 }
0c165e1c
DG
295 elseif (array_sum($membershipType) > CRM_Price_Form_Field::NUM_OPTION) {
296 // for CRM-13079
297 $errors['membership_type'] = ts('You cannot select more than %1 choices. For more complex functionality, please use a Price Set.', array(1 => CRM_Price_Form_Field::NUM_OPTION));
298 }
6a488035
TO
299 }
300
301 //for CRM-1302
302 //if Membership status is not present, then display an error message
303 $dao = new CRM_Member_BAO_MembershipStatus();
304 if (!$dao->find()) {
305 $errors['_qf_default'] = ts('Add status rules, before configuring membership');
306 }
307
308 //give error if default is selected for an unchecked membership type
0c165e1c 309 if (!empty($params['membership_type_default']) && !$params['membership_type'][$params['membership_type_default']]) {
6a488035
TO
310 $errors['membership_type_default'] = ts('Can\'t set default option for an unchecked membership type.');
311 }
312
313 if ($contributionPageId) {
314 $amountBlock = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage', $contributionPageId, 'amount_block_is_active');
315
8cc574cf 316 if (!$amountBlock && !empty($params['is_separate_payment'])) {
6a488035
TO
317 $errors['is_separate_payment'] = ts('Please enable the contribution amount section to use this option.');
318 }
319 }
fd726496 320
6a488035
TO
321 }
322
323 return empty($errors) ? TRUE : $errors;
324 }
325
326 /**
327 * Process the form
328 *
329 * @return void
6a488035
TO
330 */
331 public function postProcess() {
332 // get the submitted form values.
333 $params = $this->controller->exportValues($this->_name);
334 $deletePriceSet = 0;
335 if ($params['membership_type']) {
336 // we do this in case the user has hit the forward/back button
353ffa53 337 $dao = new CRM_Member_DAO_MembershipBlock();
6a488035 338 $dao->entity_table = 'civicrm_contribution_page';
353ffa53 339 $dao->entity_id = $this->_id;
6a488035
TO
340 $dao->find(TRUE);
341 $membershipID = $dao->id;
342 if ($membershipID) {
343 $params['id'] = $membershipID;
344 }
345
346 $membershipTypes = array();
347 if (is_array($params['membership_type'])) {
348 foreach ($params['membership_type'] as $k => $v) {
349 if ($v) {
350 $membershipTypes[$k] = CRM_Utils_Array::value("auto_renew_$k", $params);
351 }
352 }
353 }
354
355 // check for price set.
356 $priceSetID = CRM_Utils_Array::value('member_price_set_id', $params);
a7488080 357 if (!empty($params['member_is_active']) && is_array($membershipTypes) && !$priceSetID) {
9da8dc8c 358 $usedPriceSetId = CRM_Price_BAO_PriceSet::getFor('civicrm_contribution_page', $this->_id, 2);
a7488080 359 if (empty($params['mem_price_field_id']) && !$usedPriceSetId) {
6a488035
TO
360 $pageTitle = strtolower(CRM_Utils_String::munge($this->_values['title'], '_', 245));
361 $setParams['title'] = $this->_values['title'];
9da8dc8c 362 if (!CRM_Core_DAO::getFieldValue('CRM_Price_BAO_PriceSet', $pageTitle, 'id', 'name')) {
6a488035
TO
363 $setParams['name'] = $pageTitle;
364 }
9da8dc8c 365 elseif (!CRM_Core_DAO::getFieldValue('CRM_Price_BAO_PriceSet', $pageTitle . '_' . $this->_id, 'id', 'name')) {
6a488035
TO
366 $setParams['name'] = $pageTitle . '_' . $this->_id;
367 }
368 else {
b09fe5ed 369 $timeSec = explode(".", microtime(TRUE));
6a488035
TO
370 $setParams['name'] = $pageTitle . '_' . date('is', $timeSec[0]) . $timeSec[1];
371 }
372 $setParams['is_quick_config'] = 1;
373 $setParams['extends'] = CRM_Core_Component::getComponentID('CiviMember');
481a74f4 374 $setParams['financial_type_id'] = CRM_Utils_Array::value('financial_type_id', $this->_values);
9da8dc8c 375 $priceSet = CRM_Price_BAO_PriceSet::create($setParams);
6a488035
TO
376 $priceSetID = $priceSet->id;
377 $fieldParams['price_set_id'] = $priceSet->id;
378 }
379 elseif ($usedPriceSetId) {
380 $setParams['extends'] = CRM_Core_Component::getComponentID('CiviMember');
481a74f4 381 $setParams['financial_type_id'] = CRM_Utils_Array::value('financial_type_id', $this->_values);
6a488035 382 $setParams['id'] = $usedPriceSetId;
9da8dc8c 383 $priceSet = CRM_Price_BAO_PriceSet::create($setParams);
6a488035
TO
384 $priceSetID = $priceSet->id;
385 $fieldParams['price_set_id'] = $priceSet->id;
386 }
387 else {
388 $fieldParams['id'] = CRM_Utils_Array::value('mem_price_field_id', $params);
9da8dc8c 389 $priceSetID = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceField', CRM_Utils_Array::value('mem_price_field_id', $params), 'price_set_id');
6a488035
TO
390 }
391 $editedFieldParams = array(
392 'price_set_id' => $priceSetID,
393 'name' => 'membership_amount',
394 );
395 $editedResults = array();
9da8dc8c 396 CRM_Price_BAO_PriceField::retrieve($editedFieldParams, $editedResults);
a7488080 397 if (empty($editedResults['id'])) {
6a488035 398 $fieldParams['name'] = strtolower(CRM_Utils_String::munge('Membership Amount', '_', 245));
a7488080 399 if (empty($params['mem_price_field_id'])) {
9da8dc8c 400 CRM_Utils_Weight::updateOtherWeights('CRM_Price_DAO_PriceField', 0, 1, array('price_set_id' => $priceSetID));
6a488035
TO
401 }
402 $fieldParams['weight'] = 1;
403 }
404 else {
405 $fieldParams['id'] = CRM_Utils_Array::value('id', $editedResults);
406 }
407
21f4797a 408 $fieldParams['label'] = !empty($params['membership_type_label']) ? $params['membership_type_label'] : ts('Membership');
6a488035
TO
409 $fieldParams['is_active'] = 1;
410 $fieldParams['html_type'] = 'Radio';
0d8afee2
CW
411 $fieldParams['is_required'] = !empty($params['is_required']) ? 1 : 0;
412 $fieldParams['is_display_amounts'] = !empty($params['display_min_fee']) ? 1 : 0;
6a488035
TO
413 $rowCount = 1;
414 $options = array();
a7488080 415 if (!empty($fieldParams['id'])) {
9da8dc8c 416 CRM_Core_PseudoConstant::populate($options, 'CRM_Price_DAO_PriceFieldValue', TRUE, 'membership_type_id', NULL, " price_field_id = {$fieldParams['id']} ");
6a488035
TO
417 }
418
419 foreach ($membershipTypes as $memType => $memAutoRenew) {
420 if ($priceFieldID = CRM_Utils_Array::key($memType, $options)) {
421 $fieldParams['option_id'][$rowCount] = $priceFieldID;
422 unset($options[$priceFieldID]);
423 }
424 $membetype = CRM_Member_BAO_MembershipType::getMembershipTypeDetails($memType);
353ffa53
TO
425 $fieldParams['option_label'][$rowCount] = CRM_Utils_Array::value('name', $membetype);
426 $fieldParams['option_amount'][$rowCount] = CRM_Utils_Array::value('minimum_fee', $membetype, 0);
427 $fieldParams['option_weight'][$rowCount] = CRM_Utils_Array::value('weight', $membetype);
6a488035 428 $fieldParams['option_description'][$rowCount] = CRM_Utils_Array::value('description', $membetype);
353ffa53 429 $fieldParams['default_option'] = CRM_Utils_Array::value('membership_type_default', $params);
b09fe5ed 430 $fieldParams['option_financial_type_id'][$rowCount] = CRM_Utils_Array::value('financial_type_id', $membetype);
6a488035
TO
431
432 $fieldParams['membership_type_id'][$rowCount] = $memType;
433 // [$rowCount] = $membetype[''];
434 $rowCount++;
435 }
436 foreach ($options as $priceFieldID => $memType) {
9da8dc8c 437 CRM_Price_BAO_PriceFieldValue::setIsActive($priceFieldID, '0');
6a488035 438 }
9da8dc8c 439 $priceField = CRM_Price_BAO_PriceField::create($fieldParams);
6a488035 440 }
9b873358 441 elseif (!$priceSetID) {
6a488035
TO
442 $deletePriceSet = 1;
443 }
444
445 $params['is_required'] = CRM_Utils_Array::value('is_required', $params, FALSE);
446 $params['is_active'] = CRM_Utils_Array::value('member_is_active', $params, FALSE);
447
448 if ($priceSetID) {
449 $params['membership_types'] = 'null';
450 $params['membership_type_default'] = CRM_Utils_Array::value('membership_type_default', $params, 'null');
353ffa53
TO
451 $params['membership_types'] = serialize($membershipTypes);
452 $params['display_min_fee'] = CRM_Utils_Array::value('display_min_fee', $params, FALSE);
453 $params['is_separate_payment'] = CRM_Utils_Array::value('is_separate_payment', $params, FALSE);
6a488035
TO
454 }
455 $params['entity_table'] = 'civicrm_contribution_page';
456 $params['entity_id'] = $this->_id;
457
458 $dao = new CRM_Member_DAO_MembershipBlock();
459 $dao->copyValues($params);
460 $dao->save();
461
462 if ($priceSetID && $params['is_active']) {
9da8dc8c 463 CRM_Price_BAO_PriceSet::addTo('civicrm_contribution_page', $this->_id, $priceSetID);
6a488035
TO
464 }
465
466 if ($deletePriceSet || !CRM_Utils_Array::value('member_is_active', $params, FALSE)) {
467
468 if ($this->_memPriceSetId) {
469 $pFIDs = array();
470 $conditionParams = array(
471 'price_set_id' => $this->_memPriceSetId,
472 'html_type' => 'radio',
473 'name' => 'contribution_amount',
474 );
475
9da8dc8c 476 CRM_Core_DAO::commonRetrieve('CRM_Price_DAO_PriceField', $conditionParams, $pFIDs);
a7488080 477 if (empty($pFIDs['id'])) {
9da8dc8c 478 CRM_Price_BAO_PriceSet::removeFrom('civicrm_contribution_page', $this->_id);
479 CRM_Price_BAO_PriceSet::setIsQuickConfig($this->_memPriceSetId, '0');
6a488035
TO
480 }
481 else {
482
9da8dc8c 483 CRM_Price_BAO_PriceField::setIsActive($params['mem_price_field_id'], '0');
6a488035
TO
484 }
485 }
486 }
487 }
488 parent::endPostProcess();
489 }
490
491 /**
492 * Return a descriptive name for the page, used in wizard header
493 *
494 * @return string
6a488035
TO
495 */
496 public function getTitle() {
497 return ts('Memberships');
498 }
96025800 499
6a488035 500}