You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ Generate orders with random dates between `--date-start` and the current date.
30
30
Generate orders with random dates between `--date-start` and `--date-end`.
31
31
-`wp wc generate orders <nr of orders> --date-start=2018-04-01 --date-end=2018-04-24`
32
32
33
+
Generate orders with a specific status.
34
+
-`wp wc generate orders <nr of orders> --status=completed`
35
+
36
+
You may wish to disable emails if creating a large number of orders as this will trigger emails. To block all emails from your site, install a plugin like [Disable Emails](https://wordpress.org/plugins/disable-emails/).
37
+
33
38
### Customers
34
39
35
40
Generate customers based on the number of customers paramater.
0 commit comments