Class SerializedCarts

Feature allows working on the serializable cart system. This feature is used to replace the legacy cart system.

Inheritance
System.Object
SerializedCarts
Implements
Namespace: Mediachase.Commerce.Core.Features
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class SerializedCarts : Object, IFeature

Constructors

SerializedCarts()

Declaration
public SerializedCarts()

Fields

FeatureSerializedCarts

The feature new cart system.

Declaration
public const string FeatureSerializedCarts = "SerializedCarts"
Field Value
Type Description
System.String

Properties

Name

Gets the name of the feature.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

State

Gets or sets the state of the feature.

Declaration
public FeatureState State { get; }
Property Value
Type Description
FeatureState

Methods

DisableFeature()

Disables the feature.

Declaration
public void DisableFeature()

EnableFeature()

Enables the feature.

Declaration
public void EnableFeature()

Implements