This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

ezorderitem

Summary

Contains information about order items.

Persistent

Yes.

Attributes

Attribute

Type

Static*

Description

id

string

Yes.

The ID number of the order item.

order_id

string

Yes.

The ID number of the order that the order item is associated with.

description

string

Yes.

The description of the order item.

price

string

Yes.

The price of the order item.

vat_value

string

Yes.

The VAT value.

is_vat_inc

string

Yes.

1 if the price includes the VAT, 0 otherwise.

type

string

Yes.

The type of the order item. This string reveals which part of the system that added the item (for example "ezsimpleshipping").

price_inc_vat

integer

No.

The price of the order item including the VAT.

price_ex_vat

integer

No.

The price of the order item excluding the VAT.

* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.

Julia Shymova (17/05/2007 12:43 pm)

Julia Shymova (22/05/2007 9:25 am)


Comments

There are no comments.