| RendererRenderProduct Method (Product, Boolean, Template, Int32, Boolean, String, Int32, 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,
string productUrl,
int quantity,
int wishListId,
bool renderPublicList,
int orderLineOfProductCount = 0
)
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,
renderPublicList 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
- productUrl
- Type: SystemString
- quantity
- Type: SystemInt32
- wishListId
- Type: SystemInt32
- renderPublicList
- Type: SystemBoolean
- orderLineOfProductCount (Optional)
- Type: SystemInt32
See Also