Difference between revisions of "VbzCart/ui/terms/order"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | ui‎ | terms
Jump to navigation Jump to search
m (Woozle moved page VbzCart/order to VbzCart/ui/terms/order without leaving a redirect: reorg)
(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]]
 

Latest 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.