Click or drag to resize

RendererRenderProductsSimpleWithQuantity Method

Namespace:  Dynamicweb.Ecommerce.Frontend
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void RenderProductsSimpleWithQuantity(
	Dictionary<Product, int> productDictionary,
	Template template,
	int wishListId
)

Parameters

productDictionary
Type: System.Collections.GenericDictionaryProduct, Int32
template
Type: Dynamicweb.RenderingTemplate
wishListId
Type: SystemInt32
See Also