Sha256: b4b9d96ff0ef1c93f2478e783e20405943f8882211837a703e38f3fdd226acd0

Contents?: true

Size: 442 Bytes

Versions: 2

Compression:

Stored size: 442 Bytes

Contents

<h2><%= t("Inventory Server Settings") %></h2>

<div id="inventory_settings">
  <div id="show_zero_stock_products">
    <h4>Products with a zero inventory will <%= show_not(Spree::Config[:show_zero_stock_products]) %> be displayed</h4>
  </div>
  <div id="allow_backorders">
     <h4>Backordering is <%= show_not(Spree::Config[:allow_backorders]) %> allowed</h4>
  </div>
  <%= link_to t("Edit"), edit_admin_inventory_settings_path %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.5.0 app/views/admin/inventory_settings/show.html.erb
spree-0.5.1 app/views/admin/inventory_settings/show.html.erb