Click or drag to resize
IShoppingCartAdapterServiceApplyCalculationResult Method
Applies result values to given ShoppingCartInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
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
See Also