NetForumShoppingCartManager Class
Provides access to instances of
INetForumShoppingCart, managing the connections between those instances
and NetFORUM's actual server-side shopping carts.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class NetForumShoppingCartManager
Public Class NetForumShoppingCartManager
public ref class NetForumShoppingCartManager
type NetForumShoppingCartManager = class end
- Inheritance
- Object NetForumShoppingCartManager
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.
|