Click or drag to resize

ShoppingCartServiceForPrimaryOrganization Constructor

Default constructor

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public ShoppingCartServiceForPrimaryOrganization(
	string cartName = "PrimaryForOrg"
)

Parameters

cartName  String  (Optional)
A "name" for this shopping cart, used to correlate between this instance of the service with a given NetFORUM server-side cart, when this feature is enabled
See Also