Click or drag to resize
ShoppingCartLoadStep Method (String)
Loads step control with specified name and set current step index to control index.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax
C#
public void LoadStep(
	string stepName
)

Parameters

stepName
Type: SystemString
Checkout process step code name
See Also