Click or drag to resize
ShoppingCartItemInfoProviderCalculateUnitPriceAfterDiscountInternal Method
Returns unit price after the discounts which were already applied. Result is in site main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual double CalculateUnitPriceAfterDiscountInternal(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: Double
See Also