DefaultShopperInfo

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.

Configuration Values

None.

Values Read

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

Key

Dictionary

Description

Shopper

Context

The dictionary that contains user information.

Values Written

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.

Remarks

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

See Also

Other Resources

Pipeline Component Reference