Linux 软件免费装
Banner图

WPMelon Advanced Bulk Edit for WooCommerce

开发者 wpmelon
更新时间 2026年5月26日 23:43
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

bulk edit inventory woocommerce products product bulk edit product editor

下载

1.0.0

详情介绍:

WooCommerce’s built-in product editor was not designed for bulk editing hundreds or thousands of WooCommerce products. Every price change, every stock update, every tiny fix means opening a product, scrolling, clicking, saving, and waiting for the page to reload. WPMelon Advanced Bulk Edit replaces that workflow with a single spreadsheet-style grid. You filter to the products you care about, edit cells inline like in Excel or Google Sheets, and save everything at once. It is built for people who manage their own catalog — shop owners, agencies, and freelancers who are tired of clicking through hundreds of product pages to update a price or fix a typo. Why another WooCommerce bulk product editor? This plugin takes a different approach — a fast, modern grid that lives inside your WordPress admin and talks directly to your WooCommerce data. No rebuilding of your catalog on a third-party server. No syncing. Less waiting. What you get in the free version Built on proper WooCommerce APIs All edits go through WooCommerce's own CRUD layer — the same code paths the core admin uses. That means hooks fire correctly, caches are invalidated, and no database is touched directly except where documented and safe. Your other plugins (tax, shipping, reviews, SEO) continue to work normally. Variable products are first-class Variable products and their variations are treated as related rows in the grid, not as a popup or a separate screen. Expand a parent, see its variations, edit them inline, save. Sorting the grid preserves the parent–child hierarchy instead of scattering variations away from their parents. Pro version If you need more — regex find-and-replace, price rounding, custom and ACF meta field editing, custom taxonomies, fine-grained selection tools for the current grid page, and more — there is a paid Pro version available at wpmelon.com. The free version is genuinely useful on its own. Pro is for stores that need more advanced bulk-editing workflows or fields the free version doesn’t touch. Requirements

安装:

  1. In your WordPress admin, go to Plugins → Add New.
  2. Search for "WPMelon Advanced Bulk Edit for WooCommerce".
  3. Click Install Now, then Activate.
  4. Go to WooCommerce → Bulk Edit to open the grid.
Or install manually:
  1. Download the plugin ZIP from WordPress.org.
  2. Go to Plugins → Add New → Upload Plugin and upload the ZIP.
  3. Activate the plugin.
  4. Go to WooCommerce → Bulk Edit.

屏幕截图:

  • A variable product expanded to show its variations as child rows.
  • Filter panel with category, product type, stock status, and text filters.
  • Column management — show, hide, reorder, and pin columns per user.
  • Dark mode enabled.
  • Bulk edit — decrease prices by a percentage across a multi-product selection, previewed in the grid before saving.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin modify my database directly?

No. All edits go through WooCommerce's standard CRUD API, so your data is handled the same way the core WooCommerce admin handles it. Hooks fire, caches are invalidated, and anything your other plugins do on product save continues to work.

Will it work with my theme?

Yes. The plugin runs inside the WordPress admin, so your front-end theme is not involved. It only loads its interface inside the WordPress admin and does not enqueue front-end assets.

Does it work with variable products and variations?

Yes. Variations appear as child rows under their parent product. You can edit variation prices, stock, SKUs, and other fields inline, the same way you edit simple products. Sorting preserves the parent–child grouping.

How many products can it handle?

The grid is virtualized, so it renders only the rows currently visible. In practice, stores with tens of thousands of products work fine on normal hosting. If you hit a performance wall, filter down to the subset you actually need — the grid works on whatever the filters return.

Can I undo changes?

Edits are staged as pending changes in the grid before you save, so you can undo them or discard them entirely while they're unsaved. Once saved, changes go to the database and cannot be undone by the plugin itself — keep a backup, as you would with any bulk operation. (A proper edit history with rollback is planned for the Pro version.)

Is there a Pro version?

Yes. Pro adds regex find-and-replace, price rounding, custom and ACF meta field editing, custom taxonomies, fine-grained selection tools for the current grid page, and more. It's available at wpmelon.com. The free version is a complete, standalone tool — Pro extends it, it doesn't gate it.

Does it support custom post types?

The plugin targets WooCommerce products (including variations) specifically. Other post types are not supported.

Does it support ACF?

ACF field editing is a Pro feature. The free version edits WooCommerce core fields.

Does it talk to external servers?

No. The free version runs entirely inside your WordPress site. It does not send data to any third-party server.

What happens if I deactivate the plugin?

Nothing. No data is lost, no cleanup is needed. The plugin only reads and writes WooCommerce product data through standard APIs; deactivating removes the bulk-edit UI and nothing else.

更新日志:

1.0.0