{{
currencyFormatter.format(packagePrice)
}}
{{ cartItem.name }}
{{ cartItem.name }}
{{ currencyFormatter.format(cartItem.subTotal) }}
{{ recycleFeeCartItem.name }}{{ currencyFormatter.format(recycleFeeCartItem.subTotal) }}
{{ mobileFeeCartItem.name }}{{ currencyFormatter.format(mobileFeeCartItem.subTotal) }}
{{ subtotalText }}{{ currencyFormatter.format(subTotal) }}
{{ salesTaxText }}{{ currencyFormatter.format(salesTax) }}
{{ amountDueText }}{{ currencyFormatter.format(amountDue) }}