%@ Control Language="C#" AutoEventWireup="true"
Inherits="CMSModules_Ecommerce_Controls_ShoppingCart_ShoppingCartSKUPriceDetail_Control" CodeFile="ShoppingCartSKUPriceDetail.ascx.cs" %>
<%--Product--%>
<%--Discounts--%>
<%#GetFormattedName(Eval("DiscountDisplayName"))%>
<%#GetFormattedValue(Eval("DiscountValue"), Eval("DiscountIsFlat"))%>
<%#GetFormattedValue(Eval("UnitDiscount"), true)%>
<%#Eval("DiscountedUnits")%>
<%#GetFormattedValue(Eval("SubtotalDiscount"), true)%>
<%--Total discount--%>
<%--Taxes--%>
<%#GetFormattedName(Eval("TaxClassDisplayName"))%>
<%#GetFormattedValue(Eval("TaxValue"), Eval("TaxIsFlat"))%>
<%#GetFormattedValue(Eval("UnitTax"), true)%>
<%#GetFormattedValue(Eval("SubtotalTax"), true)%>
<%--Total tax---%>
<%--Totals--%>