Order Details Web Part
Commerce Server 2009
The Order Details Web Part displays the current order.
The Order Details Web Part contains these components:
-
OrderDetailWebPart/SPOrderDetailWebPart: loads the specified user control dynamically (derived from the BaseUserControlWebpart class).
-
OrderDetail.ascx User Control: defines the possible actions that the shopper can take and handles these events. This user control includes an XsltBasketControl server control.
-
XsltBasketControl Web Control: builds an XML stream from the Basket commerce entity and then applies the specified template.
-
OrderController: encapsulates all multi-channel commerce foundation calls relating to querying orders.
Show: