ezbasket
Summary
Contains information about a user's shopping basket.Persistent
Yes.Attributes
Attribute | Type | Static* | Description |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id |
string |
Yes. |
The ID number of the shopping basket. |
||||||||||||||||||||||||||||||||||||
session_id |
string |
Yes. |
The ID of the session that the basket belongs to. |
||||||||||||||||||||||||||||||||||||
productcollection_id |
string |
Yes. |
The ID number of the product collection that belongs to the basket. |
||||||||||||||||||||||||||||||||||||
order_id |
string |
Yes. |
The ID number of the order that belongs to the basket. |
||||||||||||||||||||||||||||||||||||
items |
array |
No. |
An array of hashes containing information about the items. Each element consists of the following data:
|
||||||||||||||||||||||||||||||||||||
total_ex_vat |
float |
No. |
The total amount to be payed excluding the VAT. |
||||||||||||||||||||||||||||||||||||
total_inc_vat |
float |
No. |
The total amount to be payed including the VAT. |
||||||||||||||||||||||||||||||||||||
is_empty |
boolean |
No. |
Returns TRUE if there are no items in the basket, FALSE otherwise. |
||||||||||||||||||||||||||||||||||||
productcollection |
object |
No. |
The product collection that belongs to the basket. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (03/04/2005 9:08 am)
Balazs Halasy (01/04/2007 1:52 pm)
Comments
There are no comments.