Add pages to contents

pull/64/head
JamesRamm 2017-04-09 10:20:18 +01:00
rodzic 08d45fa14b
commit 2fa43459a8
3 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -12,3 +12,4 @@ Usage Guide
checkout
shipping
orders
payments

Wyświetl plik

@ -3,4 +3,9 @@
Processing Orders
=================
Longclaw provides an Orders app, accessible from the Wagtail admin.
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.

Wyświetl plik

@ -11,4 +11,7 @@ In this guided walkthrough, we will be making an online music shop selling CD's
install
products
shipping
basket
checkout