NetForumShoppingCartManagerGetApplicationGlobalCart Method

Returns an instance of INetForumShoppingCart which points to this application's "global" NetFORUM server-side cart. Every instance returned by this method will manipulate the same NetFORUM server-side cart across your entire application.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public INetForumShoppingCart GetApplicationGlobalCart(
	NetForumId customerId = null
)

Parameters

customerId  NetForumId  (Optional)
If specified, overrides the default customer for this cart.

Return Value

INetForumShoppingCart
The requested shopping cart

See Also