Calculates specified catalog discount which should be applied to the given product. Result is in site main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- sku
- Type: CMS.Ecommerce SKUInfo
SKU data
- cart
- Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart data
- discount
- Type: CMS.Ecommerce IItemDiscount
Discount data
- priceAfterDiscount
- Type: System Double
SKU price after previous discounts
Return Value
Type: DoubleSee Also