Sha256: 09bcb987e1694974dc800de00b23a6778d0ab154fbd0c2751bd739a6a8a4761e

Contents?: true

Size: 1.06 KB

Versions: 26

Compression:

Stored size: 1.06 KB

Contents

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

  - if resource.submit_order.deferred?
    = card do
      = render_checkout_step2(resource.submit_order, purchased_url: wizard_path(:complete), deferred_url: wizard_path(:submitted), declined_url: wizard_path(:checkout))
  - elsif resource.event.registerable? == false
    .alert.alert-danger Your selected event is no longer available for registration.
  - elsif resource.unavailable_event_tickets.present?
    .alert.alert-danger Your selected number of event tickets are no longer available.
  - elsif resource.unavailable_event_products.present?
    .alert.alert-danger Your selected number of event add-ons are no longer available.
  - else
    = card do
      = render_checkout_step2(resource.submit_order, purchased_url: wizard_path(:complete), deferred_url: wizard_path(:submitted), declined_url: wizard_path(:checkout))

  - if resource.submit_order.delayed? && resource.submit_order.deferred?
    = link_to 'Save and Continue', wizard_path(:submitted), class: 'btn btn-primary'

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
effective_events-2.25.1 app/views/effective/event_registrations/checkout.html.haml
effective_events-2.25.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.24.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.23.1 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.23.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.22.2 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.22.1 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.22.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.21.3 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.21.2 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.21.1 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.21.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.6 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.5 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.4 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.3 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.2 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.1 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.20.0 app/views/effective/event_registrations/checkout.html.haml
effective_events-0.19.2 app/views/effective/event_registrations/checkout.html.haml