Click or drag to resize
ECommerceContextCheckCustomerSiteID Method
Returns true if customer is anonymous on current site or has login on current site. Returns true also for anonymous customers with no CustomerSiteID set when current user has global admin privilege level.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool CheckCustomerSiteID(
	CustomerInfo customer
)

Parameters

customer
Type: CMS.EcommerceCustomerInfo
Customer object

Return Value

Type: Boolean
See Also