NetForumShoppingCartManager Class

Provides access to instances of INetForumShoppingCart, managing the connections between those instances and NetFORUM's actual server-side shopping carts.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class NetForumShoppingCartManager
Inheritance
Object    NetForumShoppingCartManager

Constructors

NetForumShoppingCartManagerInitializes a new instance of the NetForumShoppingCartManager class

Methods

GetApplicationGlobalCart 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.
GetCartForToken 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.
GetOneTimeUseCart 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.

See Also