Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-13779

Events with Price Sets with only Select boxes don't allow payment

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.4.1
    • Fix Version/s: 4.4.2
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      When registering for a paid event, the JS function skipPaymentMethod() fires when you change the value of a checkbox or text box, but not a select box. This means that if your price set is made up only of select boxes (or those are the only options selected by a registrant),

      I can submit a PR Monday if someone else doesn't get to it first, but to fix this, change "templates/CRM/Event/Form/Registration/Register.tpl" line 230 from:
      cj('#priceset input).change(function () {
      to
      cj('#priceset input, #priceset select').change(function () {

        Attachments

          Activity

            People

            • Assignee:
              palantejon Jon K Goldberg
              Reporter:
              palantejon Jon K Goldberg
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: