ShoppingCartServiceAddProduct(IProduct, Decimal) Method

Adds a product to the shopping cart, allowing NetForum to select the appropriate price

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void AddProduct(
	IProduct product,
	decimal qty
)

Parameters

product  IProduct
Product to add to the shopping cart
qty  Decimal
Quantity of the product to add to the shopping cart

See Also