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.

Definition

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

Parameters

cartCustomer  FuncNetForumId
The new default Shopping Cart Customer

See Also