Sha256: 15595a352b5849351ce12706245bbd1d22089f966e78a0126872a31a03d8db3c

Contents?: true

Size: 881 Bytes

Versions: 36

Compression:

Stored size: 881 Bytes

Contents

= render 'layout' do
  .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

36 entries across 36 versions & 1 rubygems

Version Path
effective_events-2.28.1 app/views/effective/event_registrations/addons.html.haml
effective_events-2.28.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.27.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.26.0 app/views/effective/event_registrations/addons.html.haml
effective_events-2.25.1 app/views/effective/event_registrations/addons.html.haml
effective_events-2.25.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.24.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.23.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.23.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.22.2 app/views/effective/event_registrations/addons.html.haml
effective_events-0.22.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.22.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.21.3 app/views/effective/event_registrations/addons.html.haml
effective_events-0.21.2 app/views/effective/event_registrations/addons.html.haml
effective_events-0.21.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.21.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.20.6 app/views/effective/event_registrations/addons.html.haml
effective_events-0.20.5 app/views/effective/event_registrations/addons.html.haml
effective_events-0.20.4 app/views/effective/event_registrations/addons.html.haml
effective_events-0.20.3 app/views/effective/event_registrations/addons.html.haml