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

Smooth product, customer and order generation for WooCommerce

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

Currently when generating products, each call to the `generate` method will in turn call the `generate_term_ids` method (twice, once for categories, once for tags), which may generate between 0 and...

Currently generated coupon codes take the form of `"discount$amount"`. This means that given a small enough range of discount values and/or a large enough number of coupons to generate, you...

### Describe the solution you'd like It should generate customers with the field company, but without firstname and lastname. The case should be random. ### Describe alternatives you've considered _No...

### Describe the solution you'd like The generated users should have related names/emails/logins Currently it's all generated at random, but I think it would better if it was random on...

### Changes proposed in this Pull Request: Makes the data generated by the Customers generator more "coherent" and contextual to a locale, plus a few other enhancements to make it...

The Customer generator has a method to disable emails while generating new customers/users. However, other emails can still be sent when generating products (e.g. low stock) and also potentially orders....

### Prerequisites - [x] I have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and...

bug

### Prerequisites - [x] I have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and...

### Describe the solution you'd like Since Brands has been added to core, generated products should be assigned 0-N brands as well (similar to categories and tags). ### Describe alternatives...

### Prerequisites - [x] I have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and...