Sha256: 36588ff581fd2f540fc0a7f991381e9d18179864c8ebd888834644126564c394

Contents?: true

Size: 1.58 KB

Versions: 25

Compression:

Stored size: 1.58 KB

Contents

= render partial: 'effective/orders/order', locals: { order: order }

- if order.persisted? && order.user == current_user
  .effective-order-change-items
    = link_to 'Change Addresses', effective_orders.edit_order_path(order), rel: :nofollow, class: 'btn btn-secondary'

.effective-order-purchase-actions
  - provider_locals = { order: order, purchased_url: purchased_url, declined_url: declined_url, deferred_url: deferred_url }

  - if EffectiveOrders.free? && order.free?
    = render partial: '/effective/orders/free/form', locals: provider_locals

  - elsif EffectiveOrders.refund? && order.refund?
    = render partial: '/effective/orders/refund/form', locals: provider_locals

  - else
    - if EffectiveOrders.pretend?
      = render partial: '/effective/orders/pretend/form', locals: provider_locals

    - if EffectiveOrders.moneris?
      = render partial: '/effective/orders/moneris/form', locals: provider_locals

    - if EffectiveOrders.paypal?
      = render partial: '/effective/orders/paypal/form', locals: provider_locals

    - if EffectiveOrders.stripe?
      = render partial: '/effective/orders/stripe/form', locals: provider_locals

    - if EffectiveOrders.deferred? && order.user == current_user
      %p.my-4.text-center - or -
      = render partial: '/effective/orders/deferred/form', locals: provider_locals

  - if EffectiveOrders.authorized?(controller, :admin, :effective_orders) && order.user != current_user
    - if EffectiveOrders.mark_as_paid?
      .effective-order-admin-purchase-actions
        = render partial: '/effective/orders/mark_as_paid/form', locals: provider_locals

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
effective_orders-4.6.3 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.6.2 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.6.0 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.12 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.11 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.10 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.9 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.8 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.7 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.6 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.5 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.4 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.3 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.2 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.1 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.5.0 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.4.10 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.4.9 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.4.8 app/views/effective/orders/_checkout_step2.html.haml
effective_orders-4.4.7 app/views/effective/orders/_checkout_step2.html.haml