WP Manifestindependent plugin directory
manifest / developer / wc-order-generator

WooCommerce Order Generator

A sample order generator for WooCommerce. Useful for performance testing on large databases.

by itthinx · github.com/itthinx/wc-order-generator · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/itthinx/wc-order-generator/archive/refs/heads/master.zip

A sample order generator for WooCommerce. Useful for performance testing on large databases.

Description

This plugin is intended to be used as a sample order generator for WooCommerce.

It's purpose is to provide an automated way of creating large sets of order, useful in providing an environment for performance tests, benchmarks and use case testing.

Installation

Dashboard

Log in as an administrator and go to Plugins > Add New.

You can download the plugin from GitHub, clone or fork its repository https://github.com/itthinx/wc-order-generator

In case we later host it on WordPress.org, you should be able to install it directly like this: Type WooCommerce Order Generator in the search field and click Search Plugins, locate the WooCommerce Order Generator plugin by itthinx and install it by clicking Install Now. Now activate the plugin to be able to generate sample orders.

We recommend to also install the WooCommerce Product Generator plugin and create a large set of sample products with it which can then be used with the generated orders.

FTP

You can install the plugin via FTP, see Manual Plugin Installation.

Screenshots

Sorry, none available at present.

Changelog

1.1.0

  • Fixed an issue when no states are available for the country.
  • Added functions to delete generated orders and users. These only work with users and orders generated as of this version 1.1.0.
  • Added an option to limit the countries used for the generated orders.
  • Now assigning a distribution of dates to generated orders over a period of maximum 3 years back from the moment of generation.
  • Changed the default limit from 10000 to only 100.

1.0.0

  • Initial release.

Upgrade Notice

Tested with the latest versions of WordPress and WooCommerce.