Onemax Product Seeder for WooCommerce

描述

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

安装

  1. Download the plugin
  2. Upload the onemax-product-seeder-for-woocommerce folder to /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Ensure WooCommerce is installed and activated
  5. Navigate to Onemax Product Seeder in the WordPress admin menu to start generating products

常见问题

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 your wp-config.php file.

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.

评价

此插件暂无评价。

贡献者及开发者

「Onemax Product Seeder for WooCommerce」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

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