Click or drag to resize
ShoppingCartItemInfoProviderCalculateUnitPriceAfterDiscount 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: 8.2.23
Syntax
C#
public static double CalculateUnitPriceAfterDiscount(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: Double
See Also