| CheckoutProcessInfoReplaceCheckoutProcessStepNode Method | 
            Updates/inserts checkout step node in/into xml definition.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic void ReplaceCheckoutProcessStepNode(
	CheckoutProcessStepInfo stepObj,
	string originalName
)
Parameters
- stepObj
- Type: CMS.EcommerceCheckoutProcessStepInfo
 Checkout step data object with new step information
- originalName
- Type: SystemString
 Name of the node to be replaced
 See Also
See Also