Click or drag to resize

ShoppingCartServiceSetSystemWideDefaultCartCustomer(FuncNetForumId) Method

Sets a customer used as the default identity of the Shopping Cart Customer for all instances of ShoppingCartService both current and future.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static void SetSystemWideDefaultCartCustomer(
	Func<NetForumId> cartCustomer
)

Parameters

cartCustomer  FuncNetForumId
The new default Shopping Cart Customer
See Also