shopping.CartItem
: Shopping cart item¶
CartItem(id, cart, product, qty)
name |
type |
verbose name |
id |
BigAutoField |
ID |
cart |
ForeignKey to Cart |
Shopping cart |
product |
ForeignKey to Product |
Product |
qty |
QuantityField |
Quantity |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: shopping.CartItems : Shopping cart items
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
cart |
Shopping cart |
|
product |
Product |
|
qty |
Quantity |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |