Description
Onemax Product Seeder for WooCommerce is a WordPress plugin that helps developers and site administrators quickly generate demo WooCommerce products for testing, development, and demonstration purposes. The plugin creates simple and variable products with realistic data, making it easy to populate your WooCommerce store with sample content.
Features
- Simple Products: Generate simple WooCommerce products with prices, SKUs, and descriptions
- Variable Products: Create variable products with multiple variations (Size: S, M, L)
- Clean Function: Remove all generated products with a single click (identified by SKU prefix “ws-“)
- Dry-run Mode: Preview what would be created without actually creating products
- Free Version Limits:
- Simple products: up to 5
- Variable products: up to 3
Requirements
- WordPress 6.0 or higher
- WooCommerce 8.0 or higher
- PHP 7.4 or higher
Installation
- Download the plugin
- Upload the
onemax-product-seeder-for-woocommercefolder to/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Ensure WooCommerce is installed and activated
- Navigate to Onemax Product Seeder in the WordPress admin menu to start generating products
FAQ
-
How many products can I generate?
-
In the free version, you can generate up to 5 simple products and up to 3 variable products at a time.
-
How do I remove generated products?
-
Click the “Clean Generated Products” button in the Onemax Product Seeder admin page. This will remove all products with SKU starting with “ws-” prefix.
-
Can I preview what will be created?
-
Yes! Enable dry-run mode by adding
define('OM_PSWC_DRY_RUN', true);to yourwp-config.phpfile. -
How are generated products identified?
-
All products created by this plugin have SKU starting with “ws-” prefix, making them easy to identify and clean up.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Onemax Product Seeder for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Onemax Product Seeder for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- Generate simple WooCommerce products (up to 5 in free version)
- Generate variable products with variations (up to 3 in free version)
- Clean generated products functionality
- Dry-run mode support
- Admin interface with real-time logging