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

From Woozle Writes Code
< VbzCart‎ | docs‎ | ui‎ | terms
Jump to navigation Jump to search
imported>Woozle
(from vbzwiki)
 
m (Woozle moved page VbzCart/VbzCart/ui/terms/order to VbzCart/docs/ui/terms/order without leaving a redirect: part 4/5)
 
(2 intermediate revisions by one other user not shown)
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 01:57, 25 February 2024

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.