Class CartHelperExtensions
Inheritance
System.Object
CartHelperExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Helpers
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public static class CartHelperExtensions
Methods
Validate(CartHelper)
Validates the specified cart.
Declaration
public static void Validate(this CartHelper cart)
Parameters
Type | Name | Description |
---|---|---|
CartHelper | cart | The cart to validate. |
Validate(CartHelper, ICatalogSystem, LocalizationService)
Validates the specified cart.
Declaration
public static void Validate(this CartHelper cart, ICatalogSystem catalogSystem, LocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
CartHelper | cart | The cart to validate. |
ICatalogSystem | catalogSystem | The catalog system. |
EPiServer.Framework.Localization.LocalizationService | localizationService | The localization service |