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.

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

NameTypeDescriptionRequired
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.