shop_account_view_gui
Summary
Outputs the view template for a specified order.Usage
{shop_account_view_gui order=order [ view=view [ parameter=value [ ... ] ] ]}
Parameters
Name | Type | Description | Required |
---|---|---|---|
order | object | The target order object. | Yes. |
view | string | The view mode that should be used. | No. |
other parameters | any | Parameter(s) that will be passed to the included template. | No. |
Description
This function shows the view interface for an order. The order must be specified (as a "ezorder" object) using the "order" parameter. The "view" parameter is optional, it can be used to select a desired view mode: either "html" or "ascii". All other parameters (of any type) will be passed on and thus become available as template variables in the included template.
Balazs Halasy (06/02/2004 1:17 pm)
Balazs Halasy (28/04/2005 2:18 pm)
Comments
There are no comments.