wc-smooth-generator icon indicating copy to clipboard operation
wc-smooth-generator copied to clipboard

Smooth product, customer and order generation for WooCommerce

Results 35 wc-smooth-generator issues
Sort by recently updated
recently updated
newest added

Add grouped product generation capabilities. The functionality to assign child products is already in place, just need to create a product with the grouped product type to make it function.

enhancement

Add functionality to generate external/affiliate products.

enhancement

Currently, we make use of the standard Faker providers when generating data, this data is not really suited for things like product names, categories, tags and attributes. Implement something along...

enhancement

### All Submissions: * [ ] Have you followed the [Contributing guidelines](https://github.com/woocommerce/wc-smooth-generator/blob/trunk/.github/CONTRIBUTING.md)? * [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [ ] Have you checked to...

### Describe the solution you'd like - Each order should have the Order Attribution metadata. - There should be a command line switch that disables the feature in case it...

While the CLI is generating products, with WP_DEBUG turned on, the following warnings periodically show up: ``` Warning: Undefined array key 0 in /var/www/html/wp-content/plugins/wc-smooth-generator/includes/Generator/Generator.php on line 99 Warning: Attempt to...

bug

### Describe the solution you'd like It would be interesting to explore a solution from an AI perspective, whereas instead of relaying on a static data set which ends up...

### All Submissions: * [x] Have you followed the [Contributing guidelines](https://github.com/woocommerce/wc-smooth-generator/blob/trunk/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...

Currently when entering a number of products or orders to generate in the Admin UI, and then clicking the Generate button, a separate Action Scheduler task is created for _each...

Currently in the admin UI you can only generate products and orders, and for those you can only specify a number to generate, without any of the other options (mostly...