VbzCart/docs/pieces/cart
Jump to navigation
Jump to search
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.
Code
Cart functionality is defined in:
PHP files
- Template:L/vc/code -- customer-facing shopping support
- Template:L/vc/code -- basic business logic
- Template:L/vc/code -- handles content items
data tables
- Template:Vbzcart
- Template:Vbzcart: contact information for payment and shipping
- Template:Vbzcart: cart-specific event log
- Template:Vbzcart: cart contents