Class Qww.Basket.Item
Represents an item in the Basket.
Defined in: <JavaScript\QWW\QwwJs_BasketMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Constructs a new Qww.Basket.Item instance.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Number of instances of this item in the basket.
|
|
|
Unique ID or product code of this item witin the catalogue.
|
|
|
Reference to the object which represents the item.
|
Field Detail
{Int}
Count
Number of instances of this item in the basket.
{String}
ID
Unique ID or product code of this item witin the catalogue.
{Object}
Item
Reference to the object which represents the item. This JavaScript object
is case specific and is implemented by the developer building the web pagee.
