| RendererRenderProduct Method (Product, Boolean, Template, Int32, Boolean, String, Int32, 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,
string productUrl,
int quantity,
int wishListId
)
Public Sub RenderProduct (
product As Product,
extendedProperties As Boolean,
template As Template,
loopCounter As Integer,
renderRelated As Boolean,
productUrl As String,
quantity As Integer,
wishListId As Integer
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- extendedProperties
- Type: SystemBoolean
- template
- Type: Dynamicweb.RenderingTemplate
- loopCounter
- Type: SystemInt32
- renderRelated
- Type: SystemBoolean
- productUrl
- Type: SystemString
- quantity
- Type: SystemInt32
- wishListId
- Type: SystemInt32
See Also