Click or drag to resize
ShoppingCartReloadShoppingCartInfo Method
Reloads shopping cart items and settings from database.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void ReloadShoppingCartInfo(
	Guid cartGuid
)

Parameters

cartGuid
Type: SystemGuid
GUID of the shopping cart to be reloaded
See Also