Sha256: 59dffe835af970b29d64d4b92147fce44cfe5b73f9722d5a927604b25a238fe9

Contents?: true

Size: 1.8 KB

Versions: 34

Compression:

Stored size: 1.8 KB

Contents

.discount__node-line
  %p.discount__node-group
    %span.discount__node Take
    %span.discount__node= select_tag 'discount[amount_type]', options_for_select(@discount.amount_type_options, @discount.amount_type), title: 'Type of Amount'
    %span.discount__node
      %span.property.property--inline
        = text_field_tag 'discount[amount]', @discount.amount, class: 'text-box text-box--small', title: 'Amount of Discount', placeholder: '10', required: true
    %span.discount__node off
    %span.discount__node= select_tag 'discount[product_ids]', options_from_collection_for_select(@discount.products, 'id', 'name', @discount.product_ids), multiple: true, data: { remote_select: { source: catalog_products_path(format: :json), options: { placeholder: 'Product A, Product B' } }.to_json }

.discount__node-line
  %p.discount__node-group
    %span.discount__node= select_tag 'condition_options', options_for_select(@discount.condition_options, @discount.selected_condition_option), title: 'When to Apply Discount', data: { discount_options_menu: { type: 'condition' }.to_json }
  = render 'workarea/admin/pricing_discounts/conditions/order_total', discount: @discount
  = render 'workarea/admin/pricing_discounts/conditions/item_quantity', discount: @discount
  = render 'workarea/admin/pricing_discounts/conditions/user_tags', discount: @discount
  = append_partials('admin.discount_conditions', discount: @discount)

.discount__node-line
  %p.discount__node-group
    %span.discount__node applied
    %span.discount__node= select_tag 'application_options', options_for_select(@discount.application_options, @discount.selected_application_option), title: 'When to Apply Discount', data: { discount_options_menu: { type: 'application' }.to_json }
  = render 'workarea/admin/pricing_discounts/conditions/promo_code', discount: @discount

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-admin-3.4.45 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.36 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.35 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.34 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.33 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.32 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.31 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.30 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.29 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.28 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.27 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/pricing_discounts/properties/_product.html.haml