Enum ProductPriceType
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Defines how prices for BOMs are calculated for a product configuration (parts lists).
public enum ProductPriceType
Fields
Calculated = 0The sum of the items included in the BOM. The price for each of the products are summed up.
CalculatedWithBase = 3The BOM has a fixed price based on the default configuration, but the price is calculated based on the price difference between default and selected items in the BOM.
This option only has effect if the BOM has a BOM group where it is possible to choose between different products. The BOM it self needs a price, otherwise the base price will be 0 and the BOM will behave like Calculated.
FixedPrice = 1The BOM has a fixed price. The price for the BOM is the same, regardless of the price of the items included in the BOM and any changes made by the user in the configuration.
The BOM it self needs a price, otherwise the price will be 0.