Dynamicweb 8 Documentation
Dynamicweb.eCommerce.Orders.SalesDiscounts Namespace
Inheritance Hierarchy
The Dynamicweb.eCommerce.Orders.SalesDiscounts namespace contains the SalesDiscountProvider that can be used to implement custom sales discounts and for the handling of vouchers.
Classes
 ClassDescription
ClassDateTimeDiscount  
ClassOrderFieldDiscountUniqueVoucher  
ClassProductDiscount  
ClassSalesDiscount  
ClassSalesDiscountCollection  
ClassSalesDiscountProvider The SalesDiscountProvider allows you to invent your own discount types from scratch and apply them to an order, or to extend the built-in discount types in the Sales Discount module. All SalesDiscountAddIns need to override a function called ProcessOrder, which is the function that is called when Dynamicweb eCommerce goes through all the SalesDiscountAddIns searching for discounts. This allows the whole procedure to be more flexible, allowing you to decide how your SalesDiscountAddIn should work.
ClassSalesDiscountTypeComparer  
ClassVoucher Voucher Data Object
ClassVoucherCollection  
ClassVoucherList  
ClassVoucherListCollection  
Enumerations
 EnumerationDescription
EnumerationSalesDiscount.DiscountValueTypes  
See Also

Reference

Dynamicweb Assembly

Send Feedback