Sha256: d91d73bb297f862660ff9028d2ea6dced245bfa2a5ae9069fdb8fd953514c10e

Contents?: true

Size: 1.19 KB

Versions: 42

Compression:

Stored size: 1.19 KB

Contents

.card
  .card-body
    %h2 Admin: Offline Payment

    = effective_form_with(model: order, url: effective_orders.mark_as_paid_order_path(order), method: :post) do |f|
      = hidden_field_tag(:purchased_url, purchased_url)
      = hidden_field_tag(:declined_url, declined_url)
      = f.select :payment_provider, EffectiveOrders.payment_providers, required: true

      = f.text_field :payment_card,
        label: 'Payment card type, cheque or transaction number',
        placeholder: 'visa card',
        hint: 'Full credit card numbers should not be entered here, or anywhere.'

      = f.text_area :payment,
        label: 'Additional details',
        input_html: { value: f.object.payment.kind_of?(Hash) ? f.object.payment[:details] : f.object.payment.presence }

      = f.check_box :send_mark_as_paid_email_to_buyer,
        label: 'Yes, send a receipt email to the buyer.',
        input_html: { checked: (f.object.send_mark_as_paid_email_to_buyer.nil? ? EffectiveOrders.mailer[:send_order_receipts_when_mark_as_paid] : f.object.send_mark_as_paid_email_to_buyer?) }

      = f.text_area :note_to_buyer, hint: 'This message will be displayed on the receipt.'

      = f.submit order_checkout_label(:mark_as_paid)

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
effective_orders-4.4.0 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.3.2 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.3.1 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.3.0 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.7 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.6 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.5 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.4 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.3 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.2 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.1 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.2.0 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.5 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.4 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.3 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.2 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.1 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.1.0 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.0.6 app/views/effective/orders/mark_as_paid/_form.html.haml
effective_orders-4.0.5 app/views/effective/orders/mark_as_paid/_form.html.haml