Sha256: f2f48bbcbca59d80a822dcec47b4afdeb1a5c215180945559b1f43767b919ad7

Contents?: true

Size: 586 Bytes

Versions: 95

Compression:

Stored size: 586 Bytes

Contents

= effective_form_with(model: [:admin, event_product], engine: true) do |f|
  = f.hidden_field :event_id

  = f.text_field :title
  = f.number_field :capacity, hint: 'The number of addons will be limited to this capacity. Leave blank for unlimited capacity.'

  = f.price_field :price, hint: 'A price of $0 will allow a checkout for free.'
  = f.check_box :tax_exempt

  - if defined?(EffectiveQbSync)
    = f.text_field :qb_item_name, label: 'QuickBooks item name'

  = f.check_box :archived, label: 'Archive this product. It will be unavailable for purchase.'

  = effective_submit(f)

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
effective_events-2.28.3 app/views/admin/event_products/_form.html.haml
effective_events-2.28.2 app/views/admin/event_products/_form.html.haml
effective_events-2.28.1 app/views/admin/event_products/_form.html.haml
effective_events-2.28.0 app/views/admin/event_products/_form.html.haml
effective_events-2.27.0 app/views/admin/event_products/_form.html.haml
effective_events-2.26.0 app/views/admin/event_products/_form.html.haml
effective_events-2.25.1 app/views/admin/event_products/_form.html.haml
effective_events-2.25.0 app/views/admin/event_products/_form.html.haml
effective_events-0.24.0 app/views/admin/event_products/_form.html.haml
effective_events-0.23.1 app/views/admin/event_products/_form.html.haml
effective_events-0.23.0 app/views/admin/event_products/_form.html.haml
effective_events-0.22.2 app/views/admin/event_products/_form.html.haml
effective_events-0.22.1 app/views/admin/event_products/_form.html.haml
effective_events-0.22.0 app/views/admin/event_products/_form.html.haml
effective_events-0.21.3 app/views/admin/event_products/_form.html.haml
effective_events-0.21.2 app/views/admin/event_products/_form.html.haml
effective_events-0.21.1 app/views/admin/event_products/_form.html.haml
effective_events-0.21.0 app/views/admin/event_products/_form.html.haml
effective_events-0.20.6 app/views/admin/event_products/_form.html.haml
effective_events-0.20.5 app/views/admin/event_products/_form.html.haml