Difference between revisions of "VbzCart/pieces/cart"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎data tables: sorted; explanations)
(ckout.php)
Line 8: Line 8:
 
* [[VbzCart/code/files/admin.cart.php]] -- administration
 
* [[VbzCart/code/files/admin.cart.php]] -- administration
 
* [[VbzCart/code/files/page-cart.php]] -- public user interface (i.e. displays carts for customers)
 
* [[VbzCart/code/files/page-cart.php]] -- public user interface (i.e. displays carts for customers)
 +
* [[VbzCart/code/files/ckout.php]] -- handles checkout process / pages
 
==data tables==
 
==data tables==
 
* {{l/same|tables/shop_cart}}
 
* {{l/same|tables/shop_cart}}

Revision as of 20:20, 17 February 2013

A cart is a temporary holder for a collection of items to be ordered plus any order-fulfillment data (contact/shipping info, payment). The contents of a cart may be used to create a new order, or may be abandoned. They cannot currently be added to an existing order, although this might be useful functionality.

Cart functionality is defined in:

PHP files

data tables