Configure Low Inventory Threshold
config.low_inventory_threshold
determines the minimum available quantity for a sku before low inventory status is displayed. Configure the value in an initializer.
your_app/config/initializers/workarea.rb:
# ...
Workarea.configure do |config|
# ...
config.low_inventory_threshold = 5
# ...
end
Help Us Improve this Doc
Was this helpful? Open a GitHub issue to report a problem with this doc, suggest an improvement, or otherwise provide feedback. Thanks!