Dynamicweb 8 Documentation
ProductDiscount Class
Members 

Object Model
ProductDiscount ClassDiscountValueHandler ClassOrderLine ClassProduct Class
Syntax
'Declaration
 
<AddInIsAdditionalAttribute(False)> 
<AddInNameAttribute("Product discount")> 
<AddInActiveAttribute(True)> 
<AddInDescriptionAttribute("The product specific discount lets you apply a discount to a certain product. E.g. a customer buys product X and gets a 10 percent discount on that product.")> 
<AddInOrderAttribute(1)> 
Public Class ProductDiscount 
   Inherits SalesDiscountProvider
[AddInIsAdditionalAttribute(false)] 
[AddInNameAttribute("Product discount")] 
[AddInActiveAttribute(true)] 
[AddInDescriptionAttribute("The product specific discount lets you apply a discount to a certain product. E.g. a customer buys product X and gets a 10 percent discount on that product.")] 
[AddInOrderAttribute(1)] 
public class ProductDiscount : SalesDiscountProvider 
Inheritance Hierarchy

System.Object
   Dynamicweb.Extensibility.ConfigurableAddIn
      Dynamicweb.eCommerce.Orders.SalesDiscounts.SalesDiscountProvider
         Dynamicweb.eCommerce.Orders.SalesDiscounts.ProductDiscount

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductDiscount Members
Dynamicweb.eCommerce.Orders.SalesDiscounts Namespace

Send Feedback