Click or drag to resize
CheckoutProcessInfoSetCheckoutProcessStepNode Method
Updates/inserts checkout step node in/into xml definition.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public void SetCheckoutProcessStepNode(
	CheckoutProcessStepInfo stepObj
)

Parameters

stepObj
Type: CMS.EcommerceCheckoutProcessStepInfo
Checkout step data object with new step information
See Also