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

Parameters

index
Type: SystemInt32
Checkout process step index
See Also