Click or drag to resize
ShoppingCartLoadStep Method (ShoppingCartStep)
Loads specified shopping cart step control and set current step index to control index (step is included in current checkout process) or leave current step index as is (when loading external control which is not defined in current checkout process).

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

Parameters

stepControl
Type: CMS.EcommerceProviderShoppingCartStep
Shopping cart step control to be loaded
See Also