CheckoutProcessInfoReplaceCheckoutProcessStepNode Method |
Updates/inserts checkout step node in/into xml definition.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public 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