Click or drag to resize
ShoppingCartAdapterServiceApplyResultToItem Method
Applies the resultItem to the cartItem. Override this method to change the way the calculation result is applied to the cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void ApplyResultToItem(
	ShoppingCartItemInfo cartItem,
	CalculationResultItem resultItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to apply result to.
resultItem
Type: CMS.EcommerceCalculationResultItem
Result of the calculation to be applied
See Also