Click or drag to resize
ShoppingCartLoadStep Method (Int32)
Loads step control with specified index 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(
	int index
)

Parameters

index
Type: SystemInt32
Checkout process step index
See Also