Click or drag to resize
CheckoutProcessInfoGetCheckoutProcessStepInfo Method (String)
Returns CheckoutProcessStepInfo object created from the xml node of the specified name attribute.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 9.0.0
Syntax
C#
public CheckoutProcessStepInfo GetCheckoutProcessStepInfo(
	string stepName
)

Parameters

stepName
Type: SystemString
Step name

Return Value

Type: CheckoutProcessStepInfo
See Also