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.1.5347.20411)
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:See Also