wagtail-longclaw/docs/guide/orders.rst

12 wiersze
447 B
ReStructuredText

2017-02-12 21:36:31 +00:00
.. orders:
Processing Orders
2017-02-22 16:15:21 +00:00
=================
2017-04-09 09:20:18 +00:00
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.