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.

Item personalization view with text and image options.

Configurable properties

Property Default Valid values or format Effect
OrderComboBoxLabelText
String
Not specified   Sets the order combo-box label.
PersonalizationHeader_ID
Integer
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

  1. Open the personalization experience for an eligible item.
  2. Confirm that each configured item view is available.
  3. Test text and image personalization where enabled.

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