Click or drag to resize

RendererRenderVariantAvailableOptions Method (Product, IEnumerableVariantOption, Template, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.Frontend
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void RenderVariantAvailableOptions(
	Product product,
	IEnumerable<VariantOption> groupVariantOptions,
	Template parentTemplate,
	string loopName,
	bool isCalledInsideRecursion
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
groupVariantOptions
Type: System.Collections.GenericIEnumerableVariantOption
parentTemplate
Type: Dynamicweb.RenderingTemplate
loopName
Type: SystemString
isCalledInsideRecursion
Type: SystemBoolean
See Also