Descrição
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
Instalação
- 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
Perguntas frequentes
-
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.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Onemax Product Seeder for WooCommerce” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “Onemax Product Seeder for WooCommerce” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
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