Sha256: a0ca455cc8b7b8edec2538b177268411256081855edd1ec13e4db0fc382d7f32

Contents?: true

Size: 955 Bytes

Versions: 18

Compression:

Stored size: 955 Bytes

Contents

= render 'layout' do
  = render('effective/event_registrations/changing', resource: resource)

  .card.mb-4
    .card-body
      %p
        Add-ons are free or paid additional items that can be included in your registration.
        %br
        If you are registering for multiple people, you need to include an add-on for each person.

  = render 'effective/event_registrations/content', resource: resource

  = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
    = f.hidden_field :id

    = f.has_many :event_addons, f.object.build_event_addons, reorder: false do |fp|
      = render('effective/event_addons/fields', f: fp, event: f.object.event)

    - if resource.delayed_payment_date_upcoming? && resource.submit_order&.delayed? && resource.submit_order&.deferred?
      .alert.alert-info If the price of your registration changes, your order will be automatically updated.

    %hr
    = f.save 'Save and Continue'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_events-2.31.4 app/views/effective/event_registrations/addons.html.haml
effective_events-2.31.3 app/views/effective/event_registrations/addons.html.haml
effective_events-2.31.2 app/views/effective/event_registrations/addons.html.haml
effective_events-2.31.1 app/views/effective/event_registrations/addons.html.haml
effective_events-2.31.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.30.3 app/views/effective/event_registrations/addons.html.haml
effective_events-2.30.2 app/views/effective/event_registrations/addons.html.haml
effective_events-2.30.1 app/views/effective/event_registrations/addons.html.haml
effective_events-2.30.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.6 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.5 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.4 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.3 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.2 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.1 app/views/effective/event_registrations/addons.html.haml
effective_events-2.29.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.28.3 app/views/effective/event_registrations/addons.html.haml
effective_events-2.28.2 app/views/effective/event_registrations/addons.html.haml