By changing the values of the control's properties in the SitePages.config file for your Site, you can enable or disable certain behaviors, set certain defaults, alter aspects of the display or otherwise cusomtize your site's implementaion of the control.
The following describes properties pertaining to key functional areas of the control that can be configured to suit your needs.
Acronym Properties
The DMS_SiteID gets or sets the novo Site_ID to include in the Search.
The EVE_CalendarLinkName gets or sets the novo Link Name for the default Events Calendar Page.
The FAQ_FAQLinkName gets or sets the novo Link Name for the default FAQ Page.
The ITM_ProductsLinkName gets or sets the novo Link Name for the default Products Listing Page.
The JOB_JobsLinkName gets or sets the novo Link Name for the default Jobs Listing Page.
The NWS_NewsListingLinkName gets or sets the novo Link Name for the default News Listing Page.
Search Properties
The SearchEvents gets or sets a value indicating the inclusion of novo Events in the Search.
The SearchFAQ gets or sets a value indicating the inclusion of novo FAQ in the Search.
The SearchJobs gets or sets a value indicating the inclusion of novo Jobs in the Search.
The SearchLiterature gets or sets a value indicating the inclusion of novo Literature in the Search.
The SearchMultiSite gets or sets a value indicating the inclusion of novo Multi-Site in the Search.
The SearchNews gets or sets a value indicating the inclusion of novo News in the Search.
The SearchPages gets or sets a value indicating the inclusion of novo Pages in the Search.
The SearchProducts gets or sets a value indicating the inclusion of novo Products in the Search.
The UrlLinkRoot gets of set the URL Root to prefix result links with.
Properties Inherited from the Base CyberStoreBaseControl
Properties specific to the CyberStoreBaseControl can be listed in the following categories:
- Override Properties
- Contextual Properties
Override Properties
When the IgnoreControl property is set to true, all processing of a control is skipped, and the control's Visible property is set to false ensuring that it is not rendered in the resulting CyberStore page.
Contextual Properties
Contextual properties define specific details about the current instance of the control based on context. Context can be set by any number of factors including the log in state of the Shopper, the Site being visited, or the properties that have been established for a control.
The AttributesBag property is used internal to control processing and is the collection of attributes, or properties, and their values based on how the control is configured. The attributes in this property are set by processing the SitePages.config file as well as any specific declared property values in any registered sub controls. It allows for the passing down of all properties to a control and any registered sub controls.
The ComConfig, UserData and Site_ID properties are read-only values made available to all CyberStore controls to aid in processing and establishing context about the Site and Shopper.