VbzCart/docs/ui/terms/order: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | ui‎ | terms
Jump to navigation Jump to search
imported>Woozle
m (Woozle moved page VbzCart/order to VbzCart/ui/terms/order without leaving a redirect: reorg)
imported>Woozle
(a bit more)
Line 1: Line 1:
An '''order''' is a collection of items (assembled in a {{l/sub|cart}}) being sent to a particular address.
An '''order''' is a collection of catalog items (assembled in a {{l/same|cart}}, specifying the quantity of each item) being sent to a particular address and paid for by a particular method.
==Code==
 
* [[VbzCart/code/files/orders.php]]
Filling an order involves creating one or more {{l/same|package}}s from items in stock, charging the customer's payment method, and {{l/same|shipping}} them.
* [[VbzCart/code/files/admin.ord.php]]

Revision as of 16:04, 4 June 2016

An order is a collection of catalog items (assembled in a cart, specifying the quantity of each item) being sent to a particular address and paid for by a particular method.

Filling an order involves creating one or more packages from items in stock, charging the customer's payment method, and shipping them.