{{ cart.total | currency}}
{{ ((cart.shipping * cart.units) > 0) ? ((cart.shipping * cart.units) | currency) : '-' }}
{{ (cart.discount > 0) ? (cart.discount | currency) : '-' }}
{{ cart.discount | currency }}
{{ cart.estimated | currency }}
(All prices in NZD and including GST)