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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual MacroResolver GetShoppingCartItemResolverInternal(
	ShoppingCartItemInfo item
)

Parameters

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

Return Value

Type: MacroResolver
See Also