ez.no / exponential / documentation / reference / template functions / gui / shop_account_view_gui
{shop_account_view_gui order=$order [ view='view_mode' [ parameter=$value [ ... ] ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| order | object | The order object. | Yes. |
| view | string | The view mode to use. | No. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
The GUI for viewing shop account.
Shows the shop account view GUI. You must supply the order parameter. The view parameter, specifying which view mode to use, is optional. Any other parameters are passed on as template variables.
The following view mode are defined in standard Exponential:
Show the html view of shop account $myOrder.
{shop_account_view_gui view=html order=$myOrder}
Comments