VbzCart/ui/terms/order: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
from vbzwiki
 
a bit more
 
(One intermediate revision by the same 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 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.