Path

ezpublish / documentation / ez publish / technical manual / 3.6 / 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

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 2:24 pm)


Comments

There are no comments.