| 开发者 | erenlabs |
|---|---|
| 更新时间 | 2026年8月2日 04:07 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
red, blue, green and S, M, L and the plugin creates every combination in one batch — nine real WooCommerce variations, ready to sell.red, blue, green, and Size with S, M, L.save_post callback cannot abort the loop and leave you with a half-built product. It then re-fires the key hooks once for the finished product, so Yoast, Rank Math, WPML, Polylang and search indexers still see it normally.
It is admin-only with no frontend changes — the plugin loads nothing on your storefront, so it cannot slow your shop down or fight your theme. It is HPOS compatible and works with the standard WooCommerce product editor, so anything you create can still be edited the usual way. Any shop manager with the WooCommerce permissions you already grant can use it.
Free vs Pro
Everything below marked Free is in this plugin, with no limits and no locked buttons. Quick Variable Products Pro (a separate download, distributed through Freemius) adds a catalog operations workspace for stores that also need to change products they already have.
Free — the complete create-fast workflow:
quick-variable-products folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload.Open Quick Products → Add Product, give the product a name and a price, then add one row per attribute (for example Color and Size) and type the values separated by commas. Press Generate matrix and the plugin creates variations from multiple attributes at once — one row per combination. Fill in stock, SKU and price on the rows and press Save product. There is a step-by-step guide with screenshots if you would like to see it first.
Yes. There is no 50-variation limit in this plugin — a large combination set is created in a single batch. A safety cap (1500 by default) protects your server from an accidental runaway request, and developers can raise it with a filter.
Yes. It lists every global product attribute defined under Products → Attributes. You can also create a new attribute without leaving the screen; creating brand-new terms requires the product-term management capability.
That is a Pro feature. The free plugin is focused on creating new products fast. Pro adds an "add variations to existing products" tool, plus a catalog editor that can bulk edit variation prices and stock across many products at once.
Not in the free plugin — free is for creating products quickly. Bulk editing existing product variations across the catalog (prices, sale prices, cost, stock, weight, dimensions, SKUs and more, with a before → after preview and undo) is what Pro adds.
No. There is no CSV import or export and no spreadsheet round-trip in the free plugin — you type the attribute values and the variations are generated in place. (Pro adds CSV import/export for stores that want it.)
Yes. Turn on the per-variation image option and pick one image per variation value while you create the product. WooCommerce stores one image per variation natively; Pro adds full per-value galleries.
Completely. Variations are written through the WooCommerce API into the standard tables, so the WooCommerce product editor, reports, feeds and every other extension treat them like any other product. Deactivating the plugin changes nothing about products you already created.
No. The plugin is admin-only with no frontend changes — it registers no storefront scripts, styles or queries at all.
Yes. The key post hooks are re-fired once for the finished product, so Yoast, Rank Math, WPML, Polylang and search indexers process it normally.
Yes. All strings use the quick-variable-products text domain and a POT template ships in /languages.
erenqvp_variation_saved hook — is clean before any use._wc_cog_cost meta key is now only written or removed while that plugin is active; the plugin's own _erenqvp_cost key always carries the value.