Table: shoppingcarts
Tool:
Store Associated Objects:
ShoppingCarts,
ShoppingCart
Fields
member INT UNSIGNED NOT NULL DEFAULT 0 v5 id INT UNSIGNED NOT NULL AUTO_INCREMENT v5 product INT UNSIGNED NOT NULL DEFAULT 0 v5 added INT UNSIGNED NOT NULL v5 price DECIMAL(8,2) NOT NULL DEFAULT 0 v5 ip VARCHAR(20) NOT NULL v5 customvar VARCHAR(255) NOT NULL v5
Example PHP Usage
The following php example is designed for the main folder: /
Other Store Tables
invoicecart invoiceitems invoices productreviews shoppingcarts