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.

ezorder

Summary

Contains information about an order.

Persistent

Yes.

Attributes

Attribute

Type

Description

id

string

The ID number of the order.

order_nr

string

The number (count) of the order.

is_temporary

string

1 if the order is temporary, 0 otherwise.

user_id

string

The ID number of the user that the order belongs to.

productcollection_id

string

The ID number of the product collection that belongs to the order.

data_text_1

string

General purpose text block for the shop account handler. The default shop handler uses this attribute to store an XML structure with the customer information (name, address, etc.). Example:

<xml version="1.0" encoding="UTF-8"?>
<shop_account>
  <first-name>Marty</first-name>
  <last-name>McFly</last-name>
  <email>marty@ez.no</email>
  <street1>7 Lyon Estates</street1>
  <street2>Outside Hill Valley</street2>
  <zip>55532</zip>
  <place>Hill Valley</place>
  <state>California</state>
  <country>USA</country>
  <comment>No comment.</comment>
</shop_account>

data_text_2

string

General purpose text block #2 for the shop account handler. Similar to "data_text_1".

account_identifier

string

The account identifier (for example "ez").

created

string

A UNIX timestamp pinpointing the exact date/time when the order was created.

ignore_vat

string

1 if the VAT should be ignored, 0 otherwise.

email

string

The E-mail address of the buyer.

status_id

string

The global ID number of the order's current status.

status_modified

string

A UNIX timestamp pinpointing the exact date/time when the status was order's status was last modified.

status_modifier_id

string

The ID number of the user who last modified the order's status.

status_name

string

The name of the order's current status (for example "Pending").

status

object

The actual order status (as an ezorderstatus object).

status_modification_list

array

The status log as an array of ezorderstatus objects.

Balazs Halasy (23/02/2005 9:19 pm)

Balazs Halasy (01/04/2007 2:22 pm)


Comments

There are no comments.