Path

ezpublish / documentation / ez publish / technical manual / 4.x / reference / objects / ezproductcollectionitem


Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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)

Balazs Halasy, Svitlana Shatokhina


Comments

There are no comments.