CRM-21104: Forcing reCaptcha on Contribution form if not added by profiles.
[civicrm-core.git] / CRM / Contribute / Form / ContributionBase.php
CommitLineData
6a488035
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
7e9e8871 4 | CiviCRM version 4.7 |
6a488035 5 +--------------------------------------------------------------------+
0f03f337 6 | Copyright CiviCRM LLC (c) 2004-2017 |
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
0f03f337 31 * @copyright CiviCRM LLC (c) 2004-2017
6a488035
TO
32 */
33
34/**
f92d1e2a 35 * This class generates form components for processing a contribution.
6a488035
TO
36 */
37class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
38
39 /**
f92d1e2a 40 * The id of the contribution page that we are processing.
6a488035
TO
41 *
42 * @var int
6a488035
TO
43 */
44 public $_id;
45
46 /**
100fef9d 47 * The mode that we are in
6a488035
TO
48 *
49 * @var string
50 * @protect
51 */
52 public $_mode;
53
54 /**
100fef9d 55 * The contact id related to a membership
6a488035
TO
56 *
57 * @var int
6a488035
TO
58 */
59 public $_membershipContactID;
60
61 /**
100fef9d 62 * The values for the contribution db object
6a488035
TO
63 *
64 * @var array
6a488035
TO
65 */
66 public $_values;
67
68 /**
100fef9d 69 * The paymentProcessor attributes for this page
6a488035
TO
70 *
71 * @var array
6a488035
TO
72 */
73 public $_paymentProcessor;
1b9f9ca3 74
6a488035
TO
75 public $_paymentObject = NULL;
76
77 /**
78 * The membership block for this page
79 *
80 * @var array
6a488035
TO
81 */
82 public $_membershipBlock = NULL;
83
f64a217a
EM
84 /**
85 * Does this form support a separate membership payment
86 * @var bool
87 */
88 protected $_separateMembershipPayment;
6a488035
TO
89
90 /**
91 * The params submitted by the form and computed by the app
92 *
93 * @var array
6a488035 94 */
90102a32 95 public $_params = array();
6a488035
TO
96
97 /**
98 * The fields involved in this contribution page
99 *
100 * @var array
6a488035 101 */
532ee86f 102 public $_fields = array();
6a488035
TO
103
104 /**
f92d1e2a 105 * The billing location id for this contribution page.
6a488035
TO
106 *
107 * @var int
6a488035
TO
108 */
109 public $_bltID;
110
111 /**
112 * Cache the amount to make things easier
113 *
114 * @var float
6a488035
TO
115 */
116 public $_amount;
117
118 /**
100fef9d 119 * Pcp id
6a488035
TO
120 *
121 * @var integer
6a488035
TO
122 */
123 public $_pcpId;
124
125 /**
100fef9d 126 * Pcp block
6a488035
TO
127 *
128 * @var array
6a488035
TO
129 */
130 public $_pcpBlock;
131
132 /**
100fef9d 133 * Pcp info
6a488035
TO
134 *
135 * @var array
6a488035
TO
136 */
137 public $_pcpInfo;
138
5b757295 139 /**
140 * The contact id of the person for whom membership is being added or renewed based on the cid in the url,
141 * checksum, or session
0e5e0c2e 142 * @var int
5b757295 143 */
0e5e0c2e 144 public $_contactID;
5b757295 145
6a488035
TO
146 protected $_userID;
147
148 /**
100fef9d 149 * The Membership ID for membership renewal
6a488035
TO
150 *
151 * @var int
6a488035
TO
152 */
153 public $_membershipId;
154
155 /**
156 * Price Set ID, if the new price set method is used
157 *
158 * @var int
6a488035
TO
159 */
160 public $_priceSetId;
161
162 /**
163 * Array of fields for the price set
164 *
165 * @var array
6a488035
TO
166 */
167 public $_priceSet;
168
169 public $_action;
170
dbddfb08
EM
171 /**
172 * Contribution mode e.g express for payment express, notify for off-site + notification back to CiviCRM
173 * @var string
174 */
175 public $_contributeMode;
176
177 /**
100fef9d 178 * Contribution page supports memberships
dbddfb08
EM
179 * @var boolean
180 */
181 public $_useForMember;
8ae4d0d3 182
0f2b049e 183 /**
184 * @deprecated
185 *
186 * @var
187 */
8ae4d0d3 188 public $_isBillingAddressRequiredForPayLater;
353ffa53 189
0c7c9ff7
KC
190 /**
191 * Flag if email field exists in embedded profile
192 *
193 * @var bool
194 */
195 public $_emailExists = FALSE;
196
18135422 197 /**
198 * Is this a backoffice form
199 * (this will affect whether paypal express code is displayed)
200 * @var bool
201 */
202 public $isBackOffice = FALSE;
203
204 /**
205 * Payment instrument if for the transaction.
206 *
207 * This will generally be drawn from the payment processor and is ignored for
208 * front end forms.
209 *
210 * @var int
211 */
212 public $paymentInstrumentID;
213
6a488035 214 /**
fe482240 215 * Set variables up before form is built.
6a488035 216 *
7fe37828
EM
217 * @throws \CRM_Contribute_Exception_InactiveContributionPageException
218 * @throws \Exception
6a488035
TO
219 */
220 public function preProcess() {
6a488035
TO
221
222 // current contribution page id
223 $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this);
37e877b2 224 $this->_ccid = CRM_Utils_Request::retrieve('ccid', 'Positive', $this);
6a488035 225 if (!$this->_id) {
d420cf02
DL
226 // seems like the session is corrupted and/or we lost the id trail
227 // lets just bump this to a regular session error and redirect user to main page
228 $this->controller->invalidKeyRedirect();
6a488035 229 }
67c998f4 230 $this->_emailExists = $this->get('emailExists');
d420cf02 231
5b757295 232 // this was used prior to the cleverer this_>getContactID - unsure now
f23c302c 233 $this->_userID = CRM_Core_Session::singleton()->getLoggedInContactID();
5b757295 234
235 $this->_contactID = $this->_membershipContactID = $this->getContactID();
6a488035 236 $this->_mid = NULL;
5b757295 237 if ($this->_contactID) {
6a488035
TO
238 $this->_mid = CRM_Utils_Request::retrieve('mid', 'Positive', $this);
239 if ($this->_mid) {
240 $membership = new CRM_Member_DAO_Membership();
241 $membership->id = $this->_mid;
242
243 if ($membership->find(TRUE)) {
244 $this->_defaultMemTypeId = $membership->membership_type_id;
5b757295 245 if ($membership->contact_id != $this->_contactID) {
6fe8deba 246 $validMembership = FALSE;
33260076 247 $organizations = CRM_Contact_BAO_Relationship::getPermissionedContacts($this->_userID, NULL, NULL, 'Organization');
248 if (!empty($organizations) && array_key_exists($membership->contact_id, $organizations)) {
6fe8deba
DS
249 $this->_membershipContactID = $membership->contact_id;
250 $this->assign('membershipContactID', $this->_membershipContactID);
33260076 251 $this->assign('membershipContactName', $organizations[$this->_membershipContactID]['name']);
6fe8deba 252 $validMembership = TRUE;
0db6c3e1
TO
253 }
254 else {
51e89def
DS
255 $membershipType = new CRM_Member_BAO_MembershipType();
256 $membershipType->id = $membership->membership_type_id;
257 if ($membershipType->find(TRUE)) {
f9f0eff9 258 // CRM-14051 - membership_type.relationship_type_id is a CTRL-A padded string w one or more ID values.
f92d1e2a 259 // Convert to comma separated list.
f9f0eff9 260 $inheritedRelTypes = implode(CRM_Utils_Array::explodePadded($membershipType->relationship_type_id), ',');
51e89def
DS
261 $permContacts = CRM_Contact_BAO_Relationship::getPermissionedContacts($this->_userID, $membershipType->relationship_type_id);
262 if (array_key_exists($membership->contact_id, $permContacts)) {
263 $this->_membershipContactID = $membership->contact_id;
6fe8deba 264 $validMembership = TRUE;
51e89def
DS
265 }
266 }
6a488035 267 }
6fe8deba
DS
268 if (!$validMembership) {
269 CRM_Core_Session::setStatus(ts("Oops. The membership you're trying to renew appears to be invalid. Contact your site administrator if you need assistance. If you continue, you will be issued a new membership."), ts('Membership Invalid'), 'alert');
270 }
6a488035
TO
271 }
272 }
273 else {
274 CRM_Core_Session::setStatus(ts("Oops. The membership you're trying to renew appears to be invalid. Contact your site administrator if you need assistance. If you continue, you will be issued a new membership."), ts('Membership Invalid'), 'alert');
275 }
276 unset($membership);
277 }
278 }
279
280 // we do not want to display recently viewed items, so turn off
281 $this->assign('displayRecent', FALSE);
282 // Contribution page values are cleared from session, so can't use normal Printer Friendly view.
283 // Use Browser Print instead.
284 $this->assign('browserPrint', TRUE);
285
286 // action
287 $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'add');
288 $this->assign('action', $this->_action);
289
290 // current mode
291 $this->_mode = ($this->_action == 1024) ? 'test' : 'live';
292
293 $this->_values = $this->get('values');
294 $this->_fields = $this->get('fields');
295 $this->_bltID = $this->get('bltID');
296 $this->_paymentProcessor = $this->get('paymentProcessor');
297 $this->_priceSetId = $this->get('priceSetId');
298 $this->_priceSet = $this->get('priceSet');
299
300 if (!$this->_values) {
301 // get all the values from the dao object
302 $this->_values = array();
303 $this->_fields = array();
304
305 CRM_Contribute_BAO_ContributionPage::setValues($this->_id, $this->_values);
40c655aa 306 if (CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()
66af7c48
PN
307 && !CRM_Core_Permission::check('add contributions of type ' . CRM_Contribute_PseudoConstant::financialType($this->_values['financial_type_id']))
308 ) {
0799e1c4
E
309 CRM_Core_Error::fatal(ts('You do not have permission to access this page.'));
310 }
a7488080 311 if (empty($this->_values['is_active'])) {
4b57bc9f 312 throw new CRM_Contribute_Exception_InactiveContributionPageException(ts('The page you requested is currently unavailable.'), $this->_id);
6a488035
TO
313 }
314
8345c9d3 315 $this->assignBillingType();
6a488035
TO
316
317 // check for is_monetary status
318 $isMonetary = CRM_Utils_Array::value('is_monetary', $this->_values);
319 $isPayLater = CRM_Utils_Array::value('is_pay_later', $this->_values);
24cf7458 320 if (!empty($this->_ccid)) {
321 $this->_values['financial_type_id'] = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_Contribution',
322 $this->_ccid,
323 'financial_type_id'
324 );
325 if ($isPayLater) {
326 $isPayLater = FALSE;
327 $this->_values['is_pay_later'] = FALSE;
328 }
37e877b2 329 }
6a488035 330
6a488035 331 if ($isMonetary &&
8cc574cf 332 (!$isPayLater || !empty($this->_values['payment_processor']))
6a488035 333 ) {
a6c15c46
EM
334 $this->_paymentProcessorIDs = explode(
335 CRM_Core_DAO::VALUE_SEPARATOR,
336 CRM_Utils_Array::value('payment_processor', $this->_values)
1b9f9ca3 337 );
f92d1e2a 338
cbcb5b49 339 $this->assignPaymentProcessor($isPayLater);
6a488035
TO
340 }
341
342 // get price info
343 // CRM-5095
9da8dc8c 344 CRM_Price_BAO_PriceSet::initSet($this, $this->_id, 'civicrm_contribution_page');
6a488035
TO
345
346 // this avoids getting E_NOTICE errors in php
347 $setNullFields = array(
348 'amount_block_is_active',
6a488035
TO
349 'is_allow_other_amount',
350 'footer_text',
351 );
352 foreach ($setNullFields as $f) {
353 if (!isset($this->_values[$f])) {
354 $this->_values[$f] = NULL;
355 }
356 }
357
358 //check if Membership Block is enabled, if Membership Fields are included in profile
359 //get membership section for this contribution page
360 $this->_membershipBlock = CRM_Member_BAO_Membership::getMembershipBlock($this->_id);
361 $this->set('membershipBlock', $this->_membershipBlock);
362
4779abb3 363 if (!empty($this->_values['custom_pre_id'])) {
6a488035
TO
364 $preProfileType = CRM_Core_BAO_UFField::getProfileType($this->_values['custom_pre_id']);
365 }
366
4779abb3 367 if (!empty($this->_values['custom_post_id'])) {
6a488035
TO
368 $postProfileType = CRM_Core_BAO_UFField::getProfileType($this->_values['custom_post_id']);
369 }
370
371 if (((isset($postProfileType) && $postProfileType == 'Membership') ||
372 (isset($preProfileType) && $preProfileType == 'Membership')
373 ) &&
374 !$this->_membershipBlock['is_active']
375 ) {
376 CRM_Core_Error::fatal(ts('This page includes a Profile with Membership fields - but the Membership Block is NOT enabled. Please notify the site administrator.'));
377 }
378
379 $pledgeBlock = CRM_Pledge_BAO_PledgeBlock::getPledgeBlock($this->_id);
380
381 if ($pledgeBlock) {
382 $this->_values['pledge_block_id'] = CRM_Utils_Array::value('id', $pledgeBlock);
383 $this->_values['max_reminders'] = CRM_Utils_Array::value('max_reminders', $pledgeBlock);
384 $this->_values['initial_reminder_day'] = CRM_Utils_Array::value('initial_reminder_day', $pledgeBlock);
385 $this->_values['additional_reminder_day'] = CRM_Utils_Array::value('additional_reminder_day', $pledgeBlock);
386
387 //set pledge id in values
388 $pledgeId = CRM_Utils_Request::retrieve('pledgeId', 'Positive', $this);
389
390 //authenticate pledge user for pledge payment.
391 if ($pledgeId) {
392 $this->_values['pledge_id'] = $pledgeId;
393
394 //lets override w/ pledge campaign.
395 $this->_values['campaign_id'] = CRM_Core_DAO::getFieldValue('CRM_Pledge_DAO_Pledge',
396 $pledgeId,
397 'campaign_id'
398 );
399 self::authenticatePledgeUser();
400 }
401 }
402 $this->set('values', $this->_values);
403 $this->set('fields', $this->_fields);
404 }
405
406 // Handle PCP
407 $pcpId = CRM_Utils_Request::retrieve('pcpId', 'Positive', $this);
408 if ($pcpId) {
353ffa53
TO
409 $pcp = CRM_PCP_BAO_PCP::handlePcp($pcpId, 'contribute', $this->_values);
410 $this->_pcpId = $pcp['pcpId'];
6a488035 411 $this->_pcpBlock = $pcp['pcpBlock'];
353ffa53 412 $this->_pcpInfo = $pcp['pcpInfo'];
6a488035
TO
413 }
414
415 // Link (button) for users to create their own Personal Campaign page
416 if ($linkText = CRM_PCP_BAO_PCP::getPcpBlockStatus($this->_id, 'contribute')) {
417 $linkTextUrl = CRM_Utils_System::url('civicrm/contribute/campaign',
418 "action=add&reset=1&pageId={$this->_id}&component=contribute",
419 FALSE, NULL, TRUE
420 );
421 $this->assign('linkTextUrl', $linkTextUrl);
422 $this->assign('linkText', $linkText);
423 }
424
425 //set pledge block if block id is set
a7488080 426 if (!empty($this->_values['pledge_block_id'])) {
6a488035
TO
427 $this->assign('pledgeBlock', TRUE);
428 }
429
f92d1e2a 430 // check if one of the (amount , membership) blocks is active or not.
6a488035
TO
431 $this->_membershipBlock = $this->get('membershipBlock');
432
433 if (!$this->_values['amount_block_is_active'] &&
434 !$this->_membershipBlock['is_active'] &&
435 !$this->_priceSetId
436 ) {
437 CRM_Core_Error::fatal(ts('The requested online contribution page is missing a required Contribution Amount section or Membership section or Price Set. Please check with the site administrator for assistance.'));
438 }
439
440 if ($this->_values['amount_block_is_active']) {
441 $this->set('amount_block_is_active', $this->_values['amount_block_is_active']);
442 }
443
444 $this->_contributeMode = $this->get('contributeMode');
445 $this->assign('contributeMode', $this->_contributeMode);
446
447 //assigning is_monetary and is_email_receipt to template
448 $this->assign('is_monetary', $this->_values['is_monetary']);
449 $this->assign('is_email_receipt', $this->_values['is_email_receipt']);
450 $this->assign('bltID', $this->_bltID);
451
452 //assign cancelSubscription URL to templates
453 $this->assign('cancelSubscriptionUrl',
454 CRM_Utils_Array::value('cancelSubscriptionUrl', $this->_values)
455 );
456
457 // assigning title to template in case someone wants to use it, also setting CMS page title
458 if ($this->_pcpId) {
459 $this->assign('title', $this->_pcpInfo['title']);
460 CRM_Utils_System::setTitle($this->_pcpInfo['title']);
461 }
462 else {
463 $this->assign('title', $this->_values['title']);
464 CRM_Utils_System::setTitle($this->_values['title']);
465 }
466 $this->_defaults = array();
467
468 $this->_amount = $this->get('amount');
469
470 //CRM-6907
471 $config = CRM_Core_Config::singleton();
472 $config->defaultCurrency = CRM_Utils_Array::value('currency',
473 $this->_values,
474 $config->defaultCurrency
475 );
476
477 //lets allow user to override campaign.
478 $campID = CRM_Utils_Request::retrieve('campID', 'Positive', $this);
479 if ($campID && CRM_Core_DAO::getFieldValue('CRM_Campaign_DAO_Campaign', $campID)) {
480 $this->_values['campaign_id'] = $campID;
481 }
482
483 //do check for cancel recurring and clean db, CRM-7696
a3d827a7 484 if (CRM_Utils_Request::retrieve('cancel', 'Boolean')) {
6a488035
TO
485 self::cancelRecurring();
486 }
8ae4d0d3 487
488 // check if billing block is required for pay later
489 if (CRM_Utils_Array::value('is_pay_later', $this->_values)) {
490 $this->_isBillingAddressRequiredForPayLater = CRM_Utils_Array::value('is_billing_required', $this->_values);
491 $this->assign('isBillingAddressRequiredForPayLater', $this->_isBillingAddressRequiredForPayLater);
492 }
6a488035
TO
493 }
494
495 /**
fe482240 496 * Set the default values.
6a488035 497 */
00be9182 498 public function setDefaultValues() {
6a488035
TO
499 return $this->_defaults;
500 }
501
502 /**
fe482240 503 * Assign the minimal set of variables to the template.
6a488035 504 */
00be9182 505 public function assignToTemplate() {
0b50eca0 506 $this->set('name', $this->assignBillingName($this->_params));
6a488035
TO
507
508 $this->assign('paymentProcessor', $this->_paymentProcessor);
509 $vars = array(
353ffa53
TO
510 'amount',
511 'currencyID',
512 'credit_card_type',
513 'trxn_id',
514 'amount_level',
6a488035
TO
515 );
516
517 $config = CRM_Core_Config::singleton();
8cc574cf 518 if (isset($this->_values['is_recur']) && !empty($this->_paymentProcessor['is_recur'])) {
6a488035
TO
519 $this->assign('is_recur_enabled', 1);
520 $vars = array_merge($vars, array(
353ffa53
TO
521 'is_recur',
522 'frequency_interval',
523 'frequency_unit',
524 'installments',
525 ));
6a488035
TO
526 }
527
528 if (in_array('CiviPledge', $config->enableComponents) &&
529 CRM_Utils_Array::value('is_pledge', $this->_params) == 1
530 ) {
531 $this->assign('pledge_enabled', 1);
532
533 $vars = array_merge($vars, array(
534 'is_pledge',
353ffa53
TO
535 'pledge_frequency_interval',
536 'pledge_frequency_unit',
537 'pledge_installments',
538 ));
6a488035
TO
539 }
540
c039f658 541 // @todo - stop setting amount level in this function & call the CRM_Price_BAO_PriceSet::getAmountLevel
542 // function to get correct amount level consistently. Remove setting of the amount level in
543 // CRM_Price_BAO_PriceSet::processAmount. Extend the unit tests in CRM_Price_BAO_PriceSetTest
544 // to cover all variants.
6a488035
TO
545 if (isset($this->_params['amount_other']) || isset($this->_params['selectMembership'])) {
546 $this->_params['amount_level'] = '';
547 }
548
549 foreach ($vars as $v) {
3fb990f4 550 if (isset($this->_params[$v])) {
735fe42d
PJ
551 if ($v == "amount" && $this->_params[$v] === 0) {
552 $this->_params[$v] = CRM_Utils_Money::format($this->_params[$v], NULL, NULL, TRUE);
3fb990f4 553 }
6a488035
TO
554 $this->assign($v, $this->_params[$v]);
555 }
556 }
557
0b50eca0 558 $this->assign('address', CRM_Utils_Address::getFormattedBillingAddressFieldsFromParameters(
559 $this->_params,
560 $this->_bltID
561 ));
6a488035 562
cb804cd9 563 if (!empty($this->_params['onbehalf_profile_id']) && !empty($this->_params['onbehalf'])) {
6a488035
TO
564 $this->assign('onBehalfName', $this->_params['organization_name']);
565 $locTypeId = array_keys($this->_params['onbehalf_location']['email']);
566 $this->assign('onBehalfEmail', $this->_params['onbehalf_location']['email'][$locTypeId[0]]['email']);
567 }
568
569 //fix for CRM-3767
570 $assignCCInfo = FALSE;
571 if ($this->_amount > 0.0) {
572 $assignCCInfo = TRUE;
573 }
a7488080 574 elseif (!empty($this->_params['selectMembership'])) {
6a488035
TO
575 $memFee = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipType', $this->_params['selectMembership'], 'minimum_fee');
576 if ($memFee > 0.0) {
577 $assignCCInfo = TRUE;
578 }
579 }
580
0f2b049e 581 // The concept of contributeMode is deprecated.
582 // The payment processor object can provide info about the fields it shows.
9f7f8a50 583 if ($assignCCInfo) {
584 /** @var $paymentProcessorObject \CRM_Core_Payment */
585 $paymentProcessorObject = $this->_paymentProcessor['object'];
586 $paymentFields = $paymentProcessorObject->getPaymentFormFields();
587 foreach ($paymentFields as $index => $paymentField) {
588 if (!isset($this->_params[$paymentField])) {
589 unset($paymentFields[$index]);
590 continue;
591 }
592 if ($paymentField === 'credit_card_exp_date') {
593 $date = CRM_Utils_Date::format(CRM_Utils_Array::value('credit_card_exp_date', $this->_params));
594 $date = CRM_Utils_Date::mysqlToIso($date);
595 $this->assign('credit_card_exp_date', $date);
596 }
597 elseif ($paymentField === 'credit_card_number') {
598 $this->assign('credit_card_number',
599 CRM_Utils_System::mungeCreditCard(CRM_Utils_Array::value('credit_card_number', $this->_params))
600 );
601 }
602 else {
603 $this->assign($paymentField, $this->_params[$paymentField]);
604 }
6a488035 605 }
9f7f8a50 606 $paymentFieldsetLabel = ts('%1 Information', array($paymentProcessorObject->getPaymentTypeLabel()));
607 if (empty($paymentFields)) {
608 $paymentFieldsetLabel = '';
6a488035 609 }
9f7f8a50 610 $this->assign('paymentFieldsetLabel', $paymentFieldsetLabel);
611 $this->assign('paymentFields', $paymentFields);
612
6a488035
TO
613 }
614
615 $this->assign('email',
616 $this->controller->exportValue('Main', "email-{$this->_bltID}")
617 );
618
619 // also assign the receipt_text
620 if (isset($this->_values['receipt_text'])) {
621 $this->assign('receipt_text', $this->_values['receipt_text']);
622 }
623 }
624
625 /**
fe482240 626 * Add the custom fields.
6a488035 627 *
100fef9d
CW
628 * @param int $id
629 * @param string $name
f4aaa82a
EM
630 * @param bool $viewOnly
631 * @param null $profileContactType
f92d1e2a 632 * @param array $fieldTypes
6a488035 633 */
00be9182 634 public function buildCustom($id, $name, $viewOnly = FALSE, $profileContactType = NULL, $fieldTypes = NULL) {
6a488035 635 if ($id) {
da8d9879 636 $contactID = $this->getContactID();
6a488035
TO
637
638 // we don't allow conflicting fields to be
639 // configured via profile - CRM 2100
640 $fieldsToIgnore = array(
641 'receive_date' => 1,
642 'trxn_id' => 1,
643 'invoice_id' => 1,
644 'net_amount' => 1,
645 'fee_amount' => 1,
646 'non_deductible_amount' => 1,
647 'total_amount' => 1,
648 'amount_level' => 1,
649 'contribution_status_id' => 1,
7bc1d4da 650 // @todo replace payment_instrument with payment instrument id.
651 // both are available now but the id field is the most consistent.
6a488035 652 'payment_instrument' => 1,
7bc1d4da 653 'payment_instrument_id' => 1,
654 'contribution_check_number' => 1,
6a488035
TO
655 'financial_type' => 1,
656 );
657
423b9af4 658 $fields = CRM_Core_BAO_UFGroup::getFields($id, FALSE, CRM_Core_Action::ADD, NULL, NULL, FALSE,
659 NULL, FALSE, NULL, CRM_Core_Permission::CREATE, NULL
660 );
6a488035
TO
661
662 if ($fields) {
0c7c9ff7
KC
663 // determine if email exists in profile so we know if we need to manually insert CRM-2888, CRM-15067
664 foreach ($fields as $key => $field) {
665 if (substr($key, 0, 6) == 'email-' &&
666 !in_array($profileContactType, array('honor', 'onbehalf'))
667 ) {
668 $this->_emailExists = TRUE;
67c998f4 669 $this->set('emailExists', TRUE);
6a488035
TO
670 }
671 }
672
673 if (array_intersect_key($fields, $fieldsToIgnore)) {
674 $fields = array_diff_key($fields, $fieldsToIgnore);
675 CRM_Core_Session::setStatus(ts('Some of the profile fields cannot be configured for this page.'), ts('Warning'), 'alert');
676 }
677
d7d630be 678 //remove common fields only if profile is not configured for onbehalf/honor
679 if (!in_array($profileContactType, array('honor', 'onbehalf'))) {
94e01524 680 $fields = array_diff_key($fields, $this->_fields);
d7d630be 681 }
6a488035
TO
682
683 CRM_Core_BAO_Address::checkContactSharedAddressFields($fields, $contactID);
684 $addCaptcha = FALSE;
f3726153 685 // fetch file preview when not submitted yet, like in online contribution Confirm and ThankYou page
c2292dbd 686 $viewOnlyFileValues = empty($profileContactType) ? array() : array($profileContactType => array());
6a488035
TO
687 foreach ($fields as $key => $field) {
688 if ($viewOnly &&
689 isset($field['data_type']) &&
690 $field['data_type'] == 'File' || ($viewOnly && $field['name'] == 'image_URL')
691 ) {
c2292dbd 692 //retrieve file value from submitted values on basis of $profileContactType
9b7bedc5 693 $fileValue = CRM_Utils_Array::value($key, $this->_params);
694 if (!empty($profileContactType) && !empty($this->_params[$profileContactType])) {
695 $fileValue = CRM_Utils_Array::value($key, $this->_params[$profileContactType]);
696 }
c2292dbd 697
698 if ($fileValue) {
699 $path = CRM_Utils_Array::value('name', $fileValue);
700 $fileType = CRM_Utils_Array::value('type', $fileValue);
701 $fileValue = CRM_Utils_File::getFileURL($path, $fileType);
f3726153 702 }
6a488035 703
c2292dbd 704 // format custom file value fetched from submitted value
705 if ($profileContactType) {
706 $viewOnlyFileValues[$profileContactType][$key] = $fileValue;
707 }
708 else {
709 $viewOnlyFileValues[$key] = $fileValue;
710 }
1aedfc98 711
712 // On viewOnly use-case (as in online contribution Confirm page) we no longer need to set
713 // required property because being required file is already uploaded while registration
714 $field['is_required'] = FALSE;
c2292dbd 715 }
133e2c99 716 if ($profileContactType) {
717 //Since we are showing honoree name separately so we are removing it from honoree profile just for display
c043358f 718 if ($profileContactType == 'honor') {
719 $honoreeNamefields = array(
720 'prefix_id',
721 'first_name',
722 'last_name',
723 'suffix_id',
724 'organization_name',
725 'household_name',
726 );
727 if (in_array($field['name'], $honoreeNamefields)) {
728 unset($fields[$field['name']]);
729 continue;
730 }
133e2c99 731 }
6a488035
TO
732 if (!empty($fieldTypes) && in_array($field['field_type'], $fieldTypes)) {
733 CRM_Core_BAO_UFGroup::buildProfile(
734 $this,
735 $field,
736 CRM_Profile_Form::MODE_CREATE,
737 $contactID,
133e2c99 738 TRUE,
739 $profileContactType
6a488035 740 );
133e2c99 741 $this->_fields[$profileContactType][$key] = $field;
6a488035
TO
742 }
743 else {
744 unset($fields[$key]);
745 }
746 }
747 else {
748 CRM_Core_BAO_UFGroup::buildProfile(
749 $this,
750 $field,
751 CRM_Profile_Form::MODE_CREATE,
752 $contactID,
753 TRUE
754 );
755 $this->_fields[$key] = $field;
756 }
71fc6ea4
DG
757 // CRM-11316 Is ReCAPTCHA enabled for this profile AND is this an anonymous visitor
758 if ($field['add_captcha'] && !$this->_userID) {
6a488035
TO
759 $addCaptcha = TRUE;
760 }
761 }
762
763 $this->assign($name, $fields);
764
6d43e496 765 if ($profileContactType && count($viewOnlyFileValues[$profileContactType])) {
766 $this->assign('viewOnlyPrefixFileValues', $viewOnlyFileValues);
767 }
768 elseif (count($viewOnlyFileValues)) {
f3726153 769 $this->assign('viewOnlyFileValues', $viewOnlyFileValues);
770 }
771
6a488035 772 if ($addCaptcha && !$viewOnly) {
96ea60e0 773 $this->enableCaptchaOnForm();
6a488035
TO
774 }
775 }
776 }
777 }
778
96ea60e0
AP
779 /**
780 * Enable ReCAPTCHA on Contribution form
781 */
782 protected function enableCaptchaOnForm() {
783 $captcha = CRM_Utils_ReCAPTCHA::singleton();
784 $captcha->add($this);
785 $this->assign('isCaptcha', TRUE);
786 }
787
4779abb3 788 /**
789 * Add onbehalf/honoree profile fields and native module fields.
790 *
791 * @param int $id
792 * @param CRM_Core_Form $form
793 */
bcb8cc84 794 public function buildComponentForm($id, $form) {
795 if (empty($id)) {
796 return;
797 }
798
799 $contactID = $this->getContactID();
800
801 foreach (array('soft_credit', 'on_behalf') as $module) {
bcb8cc84 802 if ($module == 'soft_credit') {
4779abb3 803 if (empty($form->_values['honoree_profile_id'])) {
804 continue;
805 }
bcb8cc84 806
4779abb3 807 if (!CRM_Core_DAO::getFieldValue('CRM_Core_DAO_UFGroup', $form->_values['honoree_profile_id'], 'is_active')) {
bcb8cc84 808 CRM_Core_Error::fatal(ts('This contribution page has been configured for contribution on behalf of honoree and the selected honoree profile is either disabled or not found.'));
809 }
810
4779abb3 811 $profileContactType = CRM_Core_BAO_UFGroup::getContactType($form->_values['honoree_profile_id']);
bcb8cc84 812 $requiredProfileFields = array(
813 'Individual' => array('first_name', 'last_name'),
814 'Organization' => array('organization_name', 'email'),
815 'Household' => array('household_name', 'email'),
816 );
4779abb3 817 $validProfile = CRM_Core_BAO_UFGroup::checkValidProfile($form->_values['honoree_profile_id'], $requiredProfileFields[$profileContactType]);
bcb8cc84 818 if (!$validProfile) {
819 CRM_Core_Error::fatal(ts('This contribution page has been configured for contribution on behalf of honoree and the required fields of the selected honoree profile are disabled or doesn\'t exist.'));
820 }
821
cb804cd9 822 foreach (array('honor_block_title', 'honor_block_text') as $name) {
4779abb3 823 $form->assign($name, $form->_values[$name]);
cb804cd9 824 }
825
826 $softCreditTypes = CRM_Core_OptionGroup::values("soft_credit_type", FALSE);
827
828 // radio button for Honor Type
4779abb3 829 foreach ($form->_values['soft_credit_types'] as $value) {
cb804cd9 830 $honorTypes[$value] = $form->createElement('radio', NULL, NULL, $softCreditTypes[$value], $value);
831 }
832 $form->addGroup($honorTypes, 'soft_credit_type_id', NULL)->setAttribute('allowClear', TRUE);
833
4779abb3 834 $honoreeProfileFields = CRM_Core_BAO_UFGroup::getFields(
835 $this->_values['honoree_profile_id'], FALSE,
836 NULL, NULL,
837 NULL, FALSE,
838 NULL, TRUE,
839 NULL, CRM_Core_Permission::CREATE
cb804cd9 840 );
cb804cd9 841 $form->assign('honoreeProfileFields', $honoreeProfileFields);
842
843 // add the form elements
844 foreach ($honoreeProfileFields as $name => $field) {
845 // If soft credit type is not chosen then make omit requiredness from honoree profile fields
846 if (count($form->_submitValues) &&
847 empty($form->_submitValues['soft_credit_type_id']) &&
848 !empty($field['is_required'])
849 ) {
850 $field['is_required'] = FALSE;
851 }
c043358f 852 CRM_Core_BAO_UFGroup::buildProfile($form, $field, CRM_Profile_Form::MODE_CREATE, NULL, FALSE, FALSE, NULL, 'honor');
cb804cd9 853 }
bcb8cc84 854 }
855 else {
4779abb3 856 if (empty($form->_values['onbehalf_profile_id'])) {
857 continue;
858 }
bcb8cc84 859
4779abb3 860 if (!CRM_Core_DAO::getFieldValue('CRM_Core_DAO_UFGroup', $form->_values['onbehalf_profile_id'], 'is_active')) {
bcb8cc84 861 CRM_Core_Error::fatal(ts('This contribution page has been configured for contribution on behalf of an organization and the selected onbehalf profile is either disabled or not found.'));
862 }
863
864 $member = CRM_Member_BAO_Membership::getMembershipBlock($form->_id);
865 if (empty($member['is_active'])) {
866 $msg = ts('Mixed profile not allowed for on behalf of registration/sign up.');
4779abb3 867 $onBehalfProfile = CRM_Core_BAO_UFGroup::profileGroups($form->_values['onbehalf_profile_id']);
0c7c9ff7
KC
868 foreach (
869 array(
bcb8cc84 870 'Individual',
871 'Organization',
872 'Household',
0c7c9ff7
KC
873 ) as $contactType
874 ) {
bcb8cc84 875 if (in_array($contactType, $onBehalfProfile) &&
876 (in_array('Membership', $onBehalfProfile) ||
877 in_array('Contribution', $onBehalfProfile)
878 )
879 ) {
880 CRM_Core_Error::fatal($msg);
881 }
882 }
883 }
884
c043358f 885 if ($contactID) {
33260076 886 // retrieve all permissioned organizations of contact $contactID
887 $organizations = CRM_Contact_BAO_Relationship::getPermissionedContacts($contactID, NULL, NULL, 'Organization');
c043358f 888
33260076 889 if (count($organizations)) {
c043358f 890 // Related org url - pass checksum if needed
f23093b2 891 $args = array(
4779abb3 892 'ufId' => $form->_values['onbehalf_profile_id'],
f23093b2 893 'cid' => '',
894 );
c043358f 895 if (!empty($_GET['cs'])) {
896 $args = array(
4779abb3 897 'ufId' => $form->_values['onbehalf_profile_id'],
c043358f 898 'uid' => $this->_contactID,
899 'cs' => $_GET['cs'],
900 'cid' => '',
901 );
902 }
903 $locDataURL = CRM_Utils_System::url('civicrm/ajax/permlocation', $args, FALSE, NULL, FALSE);
904 $form->assign('locDataURL', $locDataURL);
905 }
33260076 906 if (count($organizations) > 0) {
907 $form->add('select', 'onbehalfof_id', '', CRM_Utils_Array::collect('name', $organizations));
c043358f 908
909 $orgOptions = array(
910 0 => ts('Select an existing organization'),
911 1 => ts('Enter a new organization'),
912 );
913 $form->addRadio('org_option', ts('options'), $orgOptions);
914 $form->setDefaults(array('org_option' => 0));
915 }
bcb8cc84 916 }
917
8bf67b7d 918 $form->assign('fieldSetTitle', ts(CRM_Core_BAO_UFGroup::getTitle($form->_values['onbehalf_profile_id'])));
c043358f 919
4779abb3 920 if (CRM_Utils_Array::value('is_for_organization', $form->_values)) {
921 if ($form->_values['is_for_organization'] == 2) {
c043358f 922 $form->assign('onBehalfRequired', TRUE);
bcb8cc84 923 }
924 else {
925 $form->addElement('checkbox', 'is_for_organization',
926 $form->_values['for_organization'],
927 NULL
928 );
929 }
930 }
c043358f 931
4779abb3 932 $profileFields = CRM_Core_BAO_UFGroup::getFields(
933 $form->_values['onbehalf_profile_id'],
934 FALSE, CRM_Core_Action::VIEW, NULL,
935 NULL, FALSE, NULL, FALSE, NULL,
936 CRM_Core_Permission::CREATE, NULL
c043358f 937 );
4779abb3 938
c043358f 939 $form->assign('onBehalfOfFields', $profileFields);
940 if (!empty($form->_submitValues['onbehalf'])) {
941 if (!empty($form->_submitValues['onbehalfof_id'])) {
942 $form->assign('submittedOnBehalf', $form->_submitValues['onbehalfof_id']);
943 }
d425f39b 944 $form->assign('submittedOnBehalfInfo', json_encode(str_replace('"', '\"', $form->_submitValues['onbehalf']), JSON_HEX_APOS));
c043358f 945 }
946
947 $fieldTypes = array('Contact', 'Organization');
a6a083d8 948 if (!empty($form->_membershipBlock)) {
949 $fieldTypes = array_merge($fieldTypes, array('Membership'));
950 }
c043358f 951 $contactSubType = CRM_Contact_BAO_ContactType::subTypes('Organization');
952 $fieldTypes = array_merge($fieldTypes, $contactSubType);
953
954 foreach ($profileFields as $name => $field) {
955 if (in_array($field['field_type'], $fieldTypes)) {
956 list($prefixName, $index) = CRM_Utils_System::explode('-', $name, 2);
957 if (in_array($prefixName, array('organization_name', 'email')) && empty($field['is_required'])) {
958 $field['is_required'] = 1;
959 }
960 if (count($form->_submitValues) &&
961 empty($form->_submitValues['is_for_organization']) &&
4779abb3 962 $form->_values['is_for_organization'] == 1 &&
c043358f 963 !empty($field['is_required'])
964 ) {
965 $field['is_required'] = FALSE;
966 }
4779abb3 967 CRM_Core_BAO_UFGroup::buildProfile($form, $field, NULL, NULL, FALSE, 'onbehalf', NULL, 'onbehalf');
c043358f 968 }
969 }
bcb8cc84 970 }
971 }
972
973 }
974
f4aaa82a 975 /**
fe482240 976 * Check template file exists.
f92d1e2a
EM
977 *
978 * @param string $suffix
f4aaa82a
EM
979 *
980 * @return null|string
981 */
00be9182 982 public function checkTemplateFileExists($suffix = NULL) {
6a488035
TO
983 if ($this->_id) {
984 $templateFile = "CRM/Contribute/Form/Contribution/{$this->_id}/{$this->_name}.{$suffix}tpl";
985 $template = CRM_Core_Form::getTemplate();
986 if ($template->template_exists($templateFile)) {
987 return $templateFile;
988 }
989 }
990 return NULL;
991 }
992
186c9c17 993 /**
fe482240 994 * Use the form name to create the tpl file name.
186c9c17
EM
995 *
996 * @return string
186c9c17 997 */
00be9182 998 public function getTemplateFileName() {
6a488035
TO
999 $fileName = $this->checkTemplateFileExists();
1000 return $fileName ? $fileName : parent::getTemplateFileName();
1001 }
1002
186c9c17 1003 /**
f92d1e2a
EM
1004 * Add the extra.tpl in.
1005 *
186c9c17 1006 * Default extra tpl file basically just replaces .tpl with .extra.tpl
f92d1e2a 1007 * i.e. we do not override - why isn't this done at the CRM_Core_Form level?
186c9c17
EM
1008 *
1009 * @return string
186c9c17 1010 */
00be9182 1011 public function overrideExtraTemplateFileName() {
6a488035
TO
1012 $fileName = $this->checkTemplateFileExists('extra.');
1013 return $fileName ? $fileName : parent::overrideExtraTemplateFileName();
1014 }
1015
1016 /**
100fef9d 1017 * Authenticate pledge user during online payment.
6a488035
TO
1018 */
1019 public function authenticatePledgeUser() {
1020 //get the userChecksum and contact id
1021 $userChecksum = CRM_Utils_Request::retrieve('cs', 'String', $this);
1022 $contactID = CRM_Utils_Request::retrieve('cid', 'Positive', $this);
1023
1024 //get pledge status and contact id
353ffa53
TO
1025 $pledgeValues = array();
1026 $pledgeParams = array('id' => $this->_values['pledge_id']);
6a488035
TO
1027 $returnProperties = array('contact_id', 'status_id');
1028 CRM_Core_DAO::commonRetrieve('CRM_Pledge_DAO_Pledge', $pledgeParams, $pledgeValues, $returnProperties);
1029
1030 //get all status
1031 $allStatus = CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name');
353ffa53
TO
1032 $validStatus = array(
1033 array_search('Pending', $allStatus),
6a488035
TO
1034 array_search('In Progress', $allStatus),
1035 array_search('Overdue', $allStatus),
1036 );
1037
1038 $validUser = FALSE;
1039 if ($this->_userID &&
1040 $this->_userID == $pledgeValues['contact_id']
1041 ) {
1042 //check for authenticated user.
1043 $validUser = TRUE;
1044 }
1045 elseif ($userChecksum && $pledgeValues['contact_id']) {
1046 //check for anonymous user.
1047 $validUser = CRM_Contact_BAO_Contact_Utils::validChecksum($pledgeValues['contact_id'], $userChecksum);
1048
1049 //make sure cid is same as pledge contact id
1050 if ($validUser && ($pledgeValues['contact_id'] != $contactID)) {
1051 $validUser = FALSE;
1052 }
1053 }
1054
1055 if (!$validUser) {
1056 CRM_Core_Error::fatal(ts("Oops. It looks like you have an incorrect or incomplete link (URL). Please make sure you've copied the entire link, and try again. Contact the site administrator if this error persists."));
1057 }
1058
1059 //check for valid pledge status.
1060 if (!in_array($pledgeValues['status_id'], $validStatus)) {
1061 CRM_Core_Error::fatal(ts('Oops. You cannot make a payment for this pledge - pledge status is %1.', array(1 => CRM_Utils_Array::value($pledgeValues['status_id'], $allStatus))));
1062 }
1063 }
1064
1065 /**
f92d1e2a
EM
1066 * Cancel recurring contributions.
1067 *
6a488035
TO
1068 * In case user cancel recurring contribution,
1069 * When we get the control back from payment gate way
1070 * lets delete the recurring and related contribution.
389bcebf 1071 */
6a488035 1072 public function cancelRecurring() {
a3d827a7 1073 $isCancel = CRM_Utils_Request::retrieve('cancel', 'Boolean');
6a488035 1074 if ($isCancel) {
a3d827a7
CW
1075 $isRecur = CRM_Utils_Request::retrieve('isRecur', 'Boolean');
1076 $recurId = CRM_Utils_Request::retrieve('recurId', 'Positive');
6a488035
TO
1077 //clean db for recurring contribution.
1078 if ($isRecur && $recurId) {
1079 CRM_Contribute_BAO_ContributionRecur::deleteRecurContribution($recurId);
1080 }
a3d827a7 1081 $contribId = CRM_Utils_Request::retrieve('contribId', 'Positive');
6a488035
TO
1082 if ($contribId) {
1083 CRM_Contribute_BAO_Contribution::deleteContribution($contribId);
1084 }
1085 }
1086 }
96025800 1087
42e3a033
EM
1088 /**
1089 * Build Membership Block in Contribution Pages.
1090 *
42e3a033
EM
1091 * @param int $cid
1092 * Contact checked for having a current membership for a particular membership.
a46bfec1
EM
1093 * @param bool $isContributionMainPage
1094 * Is this the main page? If so add form input fields.
1095 * (or better yet don't have this functionality in a function shared with forms that don't share it).
42e3a033
EM
1096 * @param int $selectedMembershipTypeID
1097 * Selected membership id.
1098 * @param bool $thankPage
1099 * Thank you page.
1100 * @param null $isTest
1101 *
1102 * @return bool
1103 * Is this a separate membership payment
1104 */
1105 protected function buildMembershipBlock(
1106 $cid,
a46bfec1 1107 $isContributionMainPage = FALSE,
42e3a033
EM
1108 $selectedMembershipTypeID = NULL,
1109 $thankPage = FALSE,
1110 $isTest = NULL
1111 ) {
1112
1113 $separateMembershipPayment = FALSE;
1114 if ($this->_membershipBlock) {
1115 $this->_currentMemberships = array();
1116
42e3a033
EM
1117 $membershipTypeIds = $membershipTypes = $radio = array();
1118 $membershipPriceset = (!empty($this->_priceSetId) && $this->_useForMember) ? TRUE : FALSE;
1119
1120 $allowAutoRenewMembership = $autoRenewOption = FALSE;
1121 $autoRenewMembershipTypeOptions = array();
1122
a46bfec1 1123 $separateMembershipPayment = CRM_Utils_Array::value('is_separate_payment', $this->_membershipBlock);
42e3a033
EM
1124
1125 if ($membershipPriceset) {
1126 foreach ($this->_priceSet['fields'] as $pField) {
1127 if (empty($pField['options'])) {
1128 continue;
1129 }
1130 foreach ($pField['options'] as $opId => $opValues) {
1131 if (empty($opValues['membership_type_id'])) {
1132 continue;
1133 }
1134 $membershipTypeIds[$opValues['membership_type_id']] = $opValues['membership_type_id'];
1135 }
1136 }
1137 }
a46bfec1
EM
1138 elseif (!empty($this->_membershipBlock['membership_types'])) {
1139 $membershipTypeIds = explode(',', $this->_membershipBlock['membership_types']);
42e3a033
EM
1140 }
1141
1142 if (!empty($membershipTypeIds)) {
1143 //set status message if wrong membershipType is included in membershipBlock
1144 if (isset($this->_mid) && !$membershipPriceset) {
1145 $membershipTypeID = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_Membership',
1146 $this->_mid,
1147 'membership_type_id'
1148 );
1149 if (!in_array($membershipTypeID, $membershipTypeIds)) {
1150 CRM_Core_Session::setStatus(ts("Oops. The membership you're trying to renew appears to be invalid. Contact your site administrator if you need assistance. If you continue, you will be issued a new membership."), ts('Invalid Membership'), 'error');
1151 }
1152 }
1153
4c7b8a7d 1154 $membershipTypeValues = CRM_Member_BAO_Membership::buildMembershipTypeValues($this, $membershipTypeIds);
42e3a033
EM
1155 $this->_membershipTypeValues = $membershipTypeValues;
1156 $endDate = NULL;
1157 foreach ($membershipTypeIds as $value) {
1158 $memType = $membershipTypeValues[$value];
1159 if ($selectedMembershipTypeID != NULL) {
1160 if ($memType['id'] == $selectedMembershipTypeID) {
1161 $this->assign('minimum_fee',
1162 CRM_Utils_Array::value('minimum_fee', $memType)
1163 );
1164 $this->assign('membership_name', $memType['name']);
1165 if (!$thankPage && $cid) {
1166 $membership = new CRM_Member_DAO_Membership();
1167 $membership->contact_id = $cid;
1168 $membership->membership_type_id = $memType['id'];
1169 if ($membership->find(TRUE)) {
1170 $this->assign('renewal_mode', TRUE);
1171 $memType['current_membership'] = $membership->end_date;
1172 $this->_currentMemberships[$membership->membership_type_id] = $membership->membership_type_id;
1173 }
1174 }
1175 $membershipTypes[] = $memType;
1176 }
1177 }
1178 elseif ($memType['is_active']) {
1179 $javascriptMethod = NULL;
08a4ce4e 1180 $allowAutoRenewOpt = (int) $memType['auto_renew'];
42e3a033
EM
1181 if (is_array($this->_paymentProcessors)) {
1182 foreach ($this->_paymentProcessors as $id => $val) {
fb357d6e 1183 if ($id && !$val['is_recur']) {
42e3a033
EM
1184 $allowAutoRenewOpt = 0;
1185 continue;
1186 }
1187 }
1188 }
1189
1190 $javascriptMethod = array('onclick' => "return showHideAutoRenew( this.value );");
1191 $autoRenewMembershipTypeOptions["autoRenewMembershipType_{$value}"] = (int) $allowAutoRenewOpt * CRM_Utils_Array::value($value, CRM_Utils_Array::value('auto_renew', $this->_membershipBlock));;
1192
1193 if ($allowAutoRenewOpt) {
1194 $allowAutoRenewMembership = TRUE;
1195 }
1196
1197 //add membership type.
1198 $radio[$memType['id']] = $this->createElement('radio', NULL, NULL, NULL,
1199 $memType['id'], $javascriptMethod
1200 );
1201 if ($cid) {
1202 $membership = new CRM_Member_DAO_Membership();
1203 $membership->contact_id = $cid;
1204 $membership->membership_type_id = $memType['id'];
1205
1206 //show current membership, skip pending and cancelled membership records,
1207 //because we take first membership record id for renewal
1208 $membership->whereAdd('status_id != 5 AND status_id !=6');
1209
1210 if (!is_null($isTest)) {
1211 $membership->is_test = $isTest;
1212 }
1213
1214 //CRM-4297
1215 $membership->orderBy('end_date DESC');
1216
1217 if ($membership->find(TRUE)) {
1218 if (!$membership->end_date) {
1219 unset($radio[$memType['id']]);
1220 $this->assign('islifetime', TRUE);
1221 continue;
1222 }
1223 $this->assign('renewal_mode', TRUE);
1224 $this->_currentMemberships[$membership->membership_type_id] = $membership->membership_type_id;
1225 $memType['current_membership'] = $membership->end_date;
1226 if (!$endDate) {
1227 $endDate = $memType['current_membership'];
1228 $this->_defaultMemTypeId = $memType['id'];
1229 }
1230 if ($memType['current_membership'] < $endDate) {
1231 $endDate = $memType['current_membership'];
1232 $this->_defaultMemTypeId = $memType['id'];
1233 }
1234 }
1235 }
1236 $membershipTypes[] = $memType;
1237 }
1238 }
1239 }
1240
a46bfec1
EM
1241 $this->assign('membershipBlock', $this->_membershipBlock);
1242 $this->assign('showRadio', $isContributionMainPage);
1243 $this->assign('membershipTypes', $membershipTypes);
1244 $this->assign('allowAutoRenewMembership', $allowAutoRenewMembership);
1245 $this->assign('autoRenewMembershipTypeOptions', json_encode($autoRenewMembershipTypeOptions));
1246 //give preference to user submitted auto_renew value.
1247 $takeUserSubmittedAutoRenew = (!empty($_POST) || $this->isSubmitted()) ? TRUE : FALSE;
1248 $this->assign('takeUserSubmittedAutoRenew', $takeUserSubmittedAutoRenew);
1249
c843169c
MW
1250 // Assign autorenew option (0:hide,1:optional,2:required) so we can use it in confirmation etc.
1251 $autoRenewOption = CRM_Price_BAO_PriceSet::checkAutoRenewForPriceSet($this->_priceSetId);
1252 if (isset($membershipTypeValues[$selectedMembershipTypeID]['auto_renew'])) {
1253 $this->assign('autoRenewOption', $membershipTypeValues[$selectedMembershipTypeID]['auto_renew']);
1254 }
1255 else {
1256 $this->assign('autoRenewOption', $autoRenewOption);
1257 }
1258
a46bfec1 1259 if ($isContributionMainPage) {
42e3a033 1260 if (!$membershipPriceset) {
a46bfec1 1261 if (!$this->_membershipBlock['is_required']) {
42e3a033
EM
1262 $this->assign('showRadioNoThanks', TRUE);
1263 $radio[''] = $this->createElement('radio', NULL, NULL, NULL, 'no_thanks', NULL);
1264 $this->addGroup($radio, 'selectMembership', NULL);
1265 }
a46bfec1 1266 elseif ($this->_membershipBlock['is_required'] && count($radio) == 1) {
42e3a033
EM
1267 $temp = array_keys($radio);
1268 $this->add('hidden', 'selectMembership', $temp[0], array('id' => 'selectMembership'));
1269 $this->assign('singleMembership', TRUE);
1270 $this->assign('showRadio', FALSE);
1271 }
1272 else {
1273 $this->addGroup($radio, 'selectMembership', NULL);
1274 }
1275
1276 $this->addRule('selectMembership', ts('Please select one of the memberships.'), 'required');
1277 }
42e3a033 1278
fb357d6e 1279 if ((!$this->_values['is_pay_later'] || is_array($this->_paymentProcessors)) && ($allowAutoRenewMembership || $autoRenewOption)) {
c843169c
MW
1280 if ($autoRenewOption == 2) {
1281 $this->addElement('hidden', 'auto_renew', ts('Please renew my membership automatically.'));
1282 }
1283 else {
1284 $this->addElement('checkbox', 'auto_renew', ts('Please renew my membership automatically.'));
1285 }
42e3a033
EM
1286 }
1287
1288 }
42e3a033
EM
1289 }
1290
1291 return $separateMembershipPayment;
1292 }
1293
90102a32
EM
1294 /**
1295 * Determine if recurring parameters need to be added to the form parameters.
8cb12ff1 1296 *
90102a32
EM
1297 * - is_recur
1298 * - frequency_interval
1299 * - frequency_unit
1300 *
1301 * For membership this is based on the membership type.
1302 *
1303 * This needs to be done before processing the pre-approval redirect where relevant on the main page or before any payment processing.
1304 *
1305 * Arguably the form should start to build $this->_params in the pre-process main page & use that array consistently throughout.
1306 */
1307 protected function setRecurringMembershipParams() {
8cb12ff1 1308 $selectedMembershipTypeID = CRM_Utils_Array::value('selectMembership', $this->_params);
1309 if ($selectedMembershipTypeID) {
fd359255
EM
1310 // @todo the price_x fields will ALWAYS allow us to determine the membership - so we should ignore
1311 // 'selectMembership' and calculate from the price_x fields so we have one method that always works
1312 // this is lazy & only catches when selectMembership is set, but the worst of all worlds would be to fix
1313 // this with an else (calculate for price set).
8cb12ff1 1314 $membershipTypes = CRM_Price_BAO_PriceSet::getMembershipTypesFromPriceSet($this->_priceSetId);
1315 if (in_array($selectedMembershipTypeID, $membershipTypes['autorenew_required'])
1316 || (in_array($selectedMembershipTypeID, $membershipTypes['autorenew_optional']) &&
1317 !empty($this->_params['is_recur']))
1318 ) {
fd359255
EM
1319 $this->_params['auto_renew'] = TRUE;
1320 }
1321 }
8cb12ff1 1322 if ((!empty($this->_params['selectMembership']) || !empty($this->_params['priceSetId']))
1323 && !empty($this->_paymentProcessor['is_recur']) &&
1324 CRM_Utils_Array::value('auto_renew', $this->_params)
1325 && empty($this->_params['is_recur']) && empty($this->_params['frequency_interval'])
90102a32
EM
1326 ) {
1327
1328 $this->_params['is_recur'] = $this->_values['is_recur'] = 1;
1329 // check if price set is not quick config
1330 if (!empty($this->_params['priceSetId']) && !CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $this->_params['priceSetId'], 'is_quick_config')) {
1331 list($this->_params['frequency_interval'], $this->_params['frequency_unit']) = CRM_Price_BAO_PriceSet::getRecurDetails($this->_params['priceSetId']);
1332 }
1333 else {
1334 // FIXME: set interval and unit based on selected membership type
1335 $this->_params['frequency_interval'] = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipType',
1336 $this->_params['selectMembership'], 'duration_interval'
1337 );
1338 $this->_params['frequency_unit'] = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipType',
1339 $this->_params['selectMembership'], 'duration_unit'
1340 );
1341 }
1342 }
1343 }
1344
6a488035 1345}