Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItemResolver Method
Returns initialized shopping item cart resolver.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static MacroResolver GetShoppingCartItemResolver(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item data to be used for resolver initialization

Return Value

Type: MacroResolver
See Also