DefaultShopperInfo

Commerce Server 2009

Use this component to move information from the Shopper dictionary in the Context dictionary of the pipeline to the OrderForm.

Intended use: Order Processing pipeline, Shopper Information stage.

The DefaultShopperInfo component reads the following value from the indicated dictionary.

Key

Dictionary

Description

Shopper

Context

The dictionary that contains user information.

The DefaultShopperInfo component reads the values of all keys in the Context dictionary and creates corresponding keys, prefixed with _shopper_ and with the same values, in the OrderForm object.

If there is no Shopper key in the Context dictionary, the component does nothing.

Show: