{{freightDesc}}
				
				
				
				
					Sub total
				
				
					 {{totalAmount | numberFormate}} 
				
				
				
					Freight
				
				
					 {{freight | numberFormate}}
				
				
				
				
					
						+ GST 
					
					
						{{(totalAmount*0.15+ freight*0.15) | numberFormate }}
					
				
				
				
					Discount
				
				
					 -{{(totalAmount*(1-discount) + freight*(1-discount))*1.15|numberFormate}}
				
				
				
					Total NZD
				
				
					
					 {{ (totalAmount + freight)*1.15*discount | numberFormate}}