Click or drag to resize

IgnitionConfigurationSetDefaultShoppingCartCustomer(NullableInt32) Method

Sets the default Shopping Cart Customer for all instances of ShoppingCartService both current and future.

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IgnitionConfiguration SetDefaultShoppingCartCustomer(
	int? cartCustomerRecordNumber
)

Parameters

cartCustomerRecordNumber  NullableInt32
The new default Shopping Cart Customer

Return Value

IgnitionConfiguration
See Also