Stock keeping for WooCommerce, without the click-fest

WooCommerce expects you to update one product at a time. That’s fine if you sell six things. It’s miserable if you sell six hundred and Tuesday is inventory day.

Click into the product. Scroll down to the inventory tab. Type the new number. Save. Go back. Click the next one. The whole thing exists at the wrong scale — fine for editing rich product copy, useless for the actual shop-floor task of “the supplier dropped off two boxes, update the numbers.”

Jalma Inline Stock Editor puts every product (and every variation) on a single table. Stock quantity and low-stock threshold are inline-editable. Tab between fields, type, the value saves over AJAX. There’s a category filter, a search box, and one checkbox to flip a variable product between parent-level stock and per-variation stock. That’s the plugin.

A few places I’ve used it so far:

  • A small bookshop with ~200 SKUs that change daily — what was a lunchtime activity is now ten minutes.
  • Variable products with five or six variations each — one checkbox toggles per-variation stock and the rows expand inline, no separate page per variation.
  • Anything where the low-stock threshold differs per product — global default shows as a placeholder, override per row, clear the field to fall back.

It calls WooCommerce’s standard stock-update methods, so any plugin listening on woocommerce_low_stock or woocommerce_no_stock still fires. HPOS-compatible. Translation-ready, Swedish included.

More on the project page, or install it from wp.org.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *