Product Configuration Field Classes
There are a number of different fields which are available to the product configuration and delivery methods.
These fields provide information about the order, the product being ordered, and the customer. Classes and fields
are generally accessed with the tag. Example:
产品配置和交付方式有很多不同的字段可使用,这些字段能提供订单、订购的产品与客户的信息。类和字段一般可通过标识符读取。如:
| Class Name: |
order |
| Description: |
Fields concerned with an order as a whole. |
| Fields: |
id
|
| Class Name: |
orderitem |
| Description: |
Fields concerned with a particular product in an order. |
| Fields: |
id
quantity
total
|
| Class Name: |
recipient |
| Description: |
Fields concerned with the person who will be receiving the product. |
| Fields: |
name
fname
lname
company
email
city
state
country
zip
phone
|
| Class Name: |
custom |
| Description: |
Custom field names defined per product configuration. |
| Class Name: |
price |
| Description: |
Retrieves the price of a custom field defined in the product configuration. |
| Class Name: |
delivery |
| Description: |
Retrieves information about a particular "referenced" delivery method. |
| Class Name: |
product |
| Description: |
Fields specific to the product within the orderitem. |
| Fields: |
id
name
price
|
Return to Main Menu
|