{{
currencyFormatter.format(packagePrice)
}}
{{ cartItem.name }}
{{ cartItem.name }}
{{ currencyFormatter.format(cartItem.subTotal) }}
{{ recycleLabel }}{{ recycleFee }}
Subtotal{{ currencyFormatter.format(subTotal) }}
Sales tax{{ currencyFormatter.format(salesTax) }}
Amount due{{ currencyFormatter.format(amountDue) }}