ShoppingCartServiceCartName Property

A "name" for this shopping cart, used to correlate this instance of the service with a given NetFORUM server-side cart, when this feature is enabled.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected string CartName { get; }

Property Value

String

Remarks

This is the correlator tracked by Ignition and exposed to end-users of this service. For the correlator that Ignition actually sends to Flashpoint, see Token.

See Also