ezproductcollectionitem
Summary
Contains information about an item of a product collection.Persistent
Yes.Attributes
Attribute | Type | Description |
---|---|---|
id |
string |
Auto-incremented ID number (used on the database level). |
productcollection_id |
string |
The ID number of the product collection. |
contentobject_id |
string |
The ID number of the content object. |
item_count |
string |
The quantity. |
price |
string |
The price of the product (the object). |
is_vat_inc |
string |
1 if the price includes the VAT, 0 if not. |
vat_value |
string |
The VAT value. |
discount |
string |
Discount percentage. |
name |
string |
The name of the product (the object). |
contentobject |
object |
The actual content object (as an ezcontentobject object). |
option_list |
array |
An array representing the selected product options. |
Balazs Halasy (03/04/2005 4:29 pm)
Balazs Halasy (01/04/2007 3:05 pm)
Comments
There are no comments.