| 开发者 | mkbplatinum |
|---|---|
| 更新时间 | 2026年8月13日 02:59 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Yes. This plugin edits WooCommerce product variations, so WooCommerce must be installed and active.
No. Every change saves through WooCommerce's own data layer (the same code WooCommerce uses when you edit a variation by hand) and the variable product is re-synced afterwards, so prices and stock stay consistent.
Yes. Export your variations to CSV, edit them in a spreadsheet, and import the file back. Rows are matched by variation ID, so only the variations you changed are updated. Export first to get the exact column format.
It looks at the attributes you have marked "Used for variations" on the product, works out every possible combination, and creates only the ones that do not exist yet (up to 200 per click as a safety cap).
Any user who can edit products (shop managers and administrators). Every action is nonce-protected and permission-checked.
No. The editor only loads its assets on its own admin screen. It adds nothing to your front end.