Click or drag to resize
CheckoutProcessInfo.GetCheckoutProcessSteps Method
Returns list of steps for the specified type of checkout process.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<CheckoutProcessStepInfo> GetCheckoutProcessSteps(
	CheckoutProcessEnum process
)

Parameters

process
Type: CMS.Ecommerce.CheckoutProcessEnum
Checkout process type

Return Value

Type: List<CheckoutProcessStepInfo>
See Also