Sha256: 973cec27befc23abafbfde9fe44f9fa8a32f1cee7bffda851aeebb1fd2a63943

Contents?: true

Size: 617 Bytes

Versions: 82

Compression:

Stored size: 617 Bytes

Contents

<%= render partial: "spree/admin/variants/autocomplete", formats: :js %>
<%= render partial: "spree/admin/variants/autocomplete_stock", formats: :js %>

<div class="panel panel-default" id="add-line-item" data-hook>
  <div class="panel-heading">
    <h1 class="panel-title">
      <%= Spree.t(:add_product) %>
    </h1>
  </div>
  <div class="panel-body">
    <div data-hook="add_product_name">
      <%= label_tag :add_variant_id, Spree.t(:name_or_sku) %>
      <%= hidden_field_tag :add_variant_id, "", class: "variant_autocomplete fullwidth-input" %>
    </div>

    <div id="stock_details"></div>
  </div>
</div>

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
spree_backend-3.7.14.1 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.14 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.13 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.12 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.11 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.4.6 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.10 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.9 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.8 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.7 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.6 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.5 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.4 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.3 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.2 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.1 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.0 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.7.0.rc3 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.2.9 app/views/spree/admin/orders/_add_product.html.erb
spree_backend-3.1.14 app/views/spree/admin/orders/_add_product.html.erb