$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.');
}
...
...
@@ -291,7 +291,7 @@ class CRM_Member_Form_MembershipBlock extends CRM_Contribute_Form_ContributionPa
$errors['is_separate_payment']=ts('Please enable the contribution amount section to use this option.');
}
}
}
returnempty($errors)?TRUE:$errors;
...
...
@@ -353,7 +353,7 @@ class CRM_Member_Form_MembershipBlock extends CRM_Contribute_Form_ContributionPa
varmsg1='{/literal}{ts1="' + ruleFields + '"}Primary participants will be able to register additional participants using the same e-email address. The default "Fuzzy" Dedupe Rule will use the following fields to prevent duplicate registrations: %1. First and Last Name will be used to check for matches among multiple participants.{/ts}{literal}';
varmsg1='{/literal}{ts1="' + ruleFields + '"}Primary participants will be able to register additional participants using the same e-email address. The default "Unsupervised" Dedupe Rule will use the following fields to prevent duplicate registrations: %1. First and Last Name will be used to check for matches among multiple participants.{/ts}{literal}';
varmsg2='{/literal}{tsescape='js'}Primary participants will be allowed to register for this event multiple times. No duplicate registration checking will be performed.{/ts}{literal}';
varmsg3='{/literal}{tsescape='js'}Primary participants will be able to register additional participants during registration.{/ts}{literal}';