PersonalizationDisplayControl
PersonalizationDisplayControl lists a shopper’s previous personalizations for an item. Selecting Review Personalization opens an enlarged view of the chosen personalization.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
TemplatePathString | Not specified | Sets a specific template path. |
SitePages.config example
The following example loads PersonalizationDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: TemplatePath.
<Control src="PersonalizationDisplayControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
The control inherits shared visibility and shopper-access conditions from CyberStoreBaseControl.
Validate the control
- Create more than one personalization for an item.
- Confirm the shopper can view the saved personalizations.
- Select a personalization and confirm its enlarged review view opens.