Click or drag to resize
ShoppingCartAdapterServiceGetCalculationRequest Method
Collects information necessary for the calculation from given ShoppingCartInfo and stores it in CalculationRequest.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public virtual CalculationRequest GetCalculationRequest(
	ShoppingCartInfo cartInfo
)

Parameters

cartInfo
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be calculated

Return Value

Type: CalculationRequest
CalculationRequest filled with relevant information from given cartInfo.

Implements

IShoppingCartAdapterServiceGetCalculationRequest(ShoppingCartInfo)
See Also