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 containing user information. |
Values Written
The DefaultShopperInfo component reads the values of all keys in the Shopper dictionary and creates corresponding keys, prefixed with _shopper
_ and with the same values, in the OrderForm object.
Remarks
If there is no Shopper dictionary in the Context dictionary, the component does nothing.