ShoppingCartServiceAddMembershipNew(IProduct, Object) Method

Adds a new membership to the shopping cart This overload is intended to be used with membership packages retrieved via the InventoryProductRepository

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void AddMembershipNew(
	IProduct product,
	Object terms = null
)

Parameters

product  IProduct
The membership package product to add to the cart
terms  Object  (Optional)
An anonymous object containing additional fields/values to set on the NetForum Membership business object before adding it to the cart

See Also