ezproductcollectionitem
Summary
Contains information about an item of a product collection.Persistent
Yes.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
id |
string |
Yes. |
Auto-incremented ID number (used on the database level). |
productcollection_id |
string |
Yes. |
The ID number of the product collection. |
contentobject_id |
string |
Yes. |
The ID number of the content object. |
item_count |
string |
Yes. |
The quantity. |
price |
string |
Yes. |
The price of the product (the object). |
is_vat_inc |
string |
Yes. |
1 if the price includes the VAT, 0 if not. |
vat_value |
string |
Yes. |
The VAT value. |
discount |
string |
Yes. |
Discount percentage. |
name |
string |
Yes. |
The name of the product (the object). |
contentobject |
object |
No. |
The actual content object (as an ezcontentobject object). |
option_list |
array |
No. |
An array representing the selected product options. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (03/04/2005 4:29 pm)
Svitlana Shatokhina (12/03/2007 10:59 am)
Comments
There are no comments.