Click or drag to resize

NetForumShoppingCartManager Class

Provides access to instances of INetForumShoppingCart, managing the connections between those instances and NetFORUM's actual server-side shopping carts.
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingNetForumShoppingCartManager

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class NetForumShoppingCartManager

The NetForumShoppingCartManager type exposes the following members.

Constructors
 NameDescription
Public methodNetForumShoppingCartManagerInitializes a new instance of the NetForumShoppingCartManager class
Top
Methods
 NameDescription
Public methodGetApplicationGlobalCart 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.
Public methodGetCartForToken Returns an instance of INetForumShoppingCart which points to a NetFORUM server-side cart as specified by token. If no NetFORUM server-side cart exists for the provided token, a new one will be created, and all future calls to this method with the same token manipulate the same NetFORUM server-side cart.
Public methodGetOneTimeUseCart Returns an instance of INetForumShoppingCart which points to a new one-time-use NetFORUM server-side cart. Each instance returned by this method will manipulate an entirely new NetFORUM server-side cart, unrelated to any others.
Top
See Also