Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update - added email attribute and example command #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ URL ending in .com or a URL relative to the base (.e.g. {{base_url}}skin).
This is very experimental and has some defaults in it such as the default billing address for a customer
that aren't very international-friendly.

$ mr order:create:dummy [--customer="..."] [--product="..."] [--store="..."] [--shipping="..."] count
$ mr order:create:dummy [--customer="..."] [--product="..."] [--store="..."] [--shipping="..."] [--email=".."] count

Example command:

$ mr order:create:dummy --store="store_id" --shipping="flatrate_flatrate" --email="1" 5

Unless specified it picks a random customer, random product, and a random order creation date up to two years ago from
the present time, and creates a defined number of orders order for a selected store.
Expand Down