PersonalizationControl
PersonalizationControl opens a pop-up with one or more views of a CyberStore item that can be personalized. The legacy source supports text and image personalization.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
OrderComboBoxLabelTextString | Not specified | Sets the order combo-box label. | |
PersonalizationHeader_IDInteger | Not specified | Sets the personalization-header identifier. |
SitePages.config example
The following example loads PersonalizationControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: OrderComboBoxLabelText, PersonalizationHeader_ID.
<Control src="PersonalizationControl.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
- Open the personalization experience for an eligible item.
- Confirm that each configured item view is available.
- Test text and image personalization where enabled.