CustomerLogoutControl

CustomerLogoutControl ends a shopper session and can show a confirmation prompt before redirecting to the home page.

CustomerLogoutControl confirmation prompt

Configurable properties

Property Default Valid values or format Effect
ShouldRedirect
Boolean
Not specified true, false Controls whether the control redirects after logout.

SitePages.config example

The following example loads CustomerLogoutControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: ShouldRedirect.

<Control src="CustomerLogoutControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CustomerLogoutControl inherits shared conditions from CyberStoreBaseControl.


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