PersonalizationDisplayControl

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

Saved item personalizations with review actions.

Configurable properties

Property Default Valid values or format Effect
TemplatePath
String
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

  1. Create more than one personalization for an item.
  2. Confirm the shopper can view the saved personalizations.
  3. Select a personalization and confirm its enlarged review view opens.

This site uses Just the Docs, a documentation theme for Jekyll.