| RendererRenderProduct Method (Product, Boolean, Template, Int32, Boolean, Int32) |
Namespace:
Dynamicweb.Ecommerce.Frontend
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void RenderProduct(
Product product,
bool extendedProperties,
Template template,
int loopCounter,
bool renderRelated,
int orderLineOfProductCount = 0
)
Public Sub RenderProduct (
product As Product,
extendedProperties As Boolean,
template As Template,
loopCounter As Integer,
renderRelated As Boolean,
Optional orderLineOfProductCount As Integer = 0
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- extendedProperties
- Type: SystemBoolean
- template
- Type: Dynamicweb.RenderingTemplate
- loopCounter
- Type: SystemInt32
- renderRelated
- Type: SystemBoolean
- orderLineOfProductCount (Optional)
- Type: SystemInt32
See Also