Click or drag to resize

LiveIntegrationAddInEnableCartCommunicationForAnonymousUsers Property

Gets or sets a value that determines if (live) cart communication is enabled for anonymous users.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Cart and orders for anonymous users")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("D) Users")]
[AddInParameterOrderAttribute(210)]
public bool EnableCartCommunicationForAnonymousUsers { get; set; }

Property Value

Type: Boolean
true if [enable cart communication for anonymous users]; otherwise, false.

Implements

ISettingsEnableCartCommunicationForAnonymousUsers
See Also