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

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

Parameters

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

Return Value

Type: MacroResolver
See Also