Class ProductItem
- Namespace
- Dynamicweb.Ecommerce.Examples.Items
- Assembly
- Dynamicweb.Ecommerce.Examples.dll
[Item("Product item")]
[Category("Example")]
public class ProductItem : ItemEntry
- Inheritance
-
ProductItem
- Inherited Members
Properties
GroupsLink
[Group("Product")]
[Product("Group link", ShowOnParagraph = "Default.aspx?Id=1015#1022", ShowType = ProductEditor.ShowTypes.Groups, RenderProductsFromGroups = true)]
public string GroupsLink { get; set; }
Property Value
ProductLink
[Group("Product")]
[Product("Product Link", ShowOnParagraph = "Default.aspx?Id=1015#1022")]
public string ProductLink { get; set; }
Property Value
ProductsAndGroups
[Group("Product")]
[Product("Products and groups", ShowOnParagraph = "Default.aspx?Id=1015#1022", ShowType = ProductEditor.ShowTypes.GroupsAndProducts)]
public string ProductsAndGroups { get; set; }