Click or drag to resize
ShoppingCartAdapterServiceApplyCalculationResult Method
Applies result values to given ShoppingCartInfo. Override this method to change the way the calculation result is applied to the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public virtual void ApplyCalculationResult(
	ShoppingCartInfo cartInfo,
	CalculationResult result
)

Parameters

cartInfo
Type: CMS.EcommerceShoppingCartInfo
Shopping cart where the result values should be applied
result
Type: CMS.EcommerceCalculationResult
Container with calculation result values

Implements

IShoppingCartAdapterServiceApplyCalculationResult(ShoppingCartInfo, CalculationResult)
See Also