Click or drag to resize

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.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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