Click or drag to resize

RendererRenderVariantAvailableOptions Method (Product, IEnumerableVariantOption, Template, String)

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
)

Parameters

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