From 2fa43459a80462bf7fb162b0fad62b061739d8fa Mon Sep 17 00:00:00 2001 From: JamesRamm Date: Sun, 9 Apr 2017 10:20:18 +0100 Subject: [PATCH] Add pages to contents --- docs/usage/index.rst | 1 + docs/usage/orders.rst | 7 ++++++- docs/walkthrough/index.rst | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/usage/index.rst b/docs/usage/index.rst index bcc6ff4..c13fc27 100644 --- a/docs/usage/index.rst +++ b/docs/usage/index.rst @@ -12,3 +12,4 @@ Usage Guide checkout shipping orders + payments diff --git a/docs/usage/orders.rst b/docs/usage/orders.rst index c269136..5960e1d 100644 --- a/docs/usage/orders.rst +++ b/docs/usage/orders.rst @@ -3,4 +3,9 @@ Processing Orders ================= -Longclaw provides an Orders app, accessible from the Wagtail admin. \ No newline at end of file +Longclaw provides an orders app, accessible from the Wagtail admin. An order is created +upon a succesful checkout and contains shipping and product details. +Orders can be 'fulfilled' in the wagtail admin by click ``view`` in the order list view then +selecting ``fulfill``. +As of v0.1 all ``fulfill`` does is set a flag on the product model. We plan to introduce automated +email support from v0.2. diff --git a/docs/walkthrough/index.rst b/docs/walkthrough/index.rst index 8871d67..e88c7b8 100644 --- a/docs/walkthrough/index.rst +++ b/docs/walkthrough/index.rst @@ -11,4 +11,7 @@ In this guided walkthrough, we will be making an online music shop selling CD's install products + shipping + basket + checkout \ No newline at end of file