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

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void LoadStep(
	string stepName
)

Parameters

stepName
Type: SystemString
Checkout process step code name
See Also