NetForumShoppingCartManagerGetOneTimeUseCart Method

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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public INetForumShoppingCart GetOneTimeUseCart(
	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