Hi Kevin,
	I have spoken to development about that one issue
	How do I get the localized date format now then? In next release?
	 Below is my order receipt.
	 
	
		
			| Product Name | Quantity | Unit Cost | 
		
			|  | 1.00 | $219.00 | 
	
	
		
			|  | 
		
			| SubTotal: | $219.00 | 
		
			| Discount : | -$0.00 | 
		
			| Shipping Fee : | $15.00 | 
		
			| Handling Charge : | $0.00 | 
		
			| Total (incl. GST) | $0.00 | 
		
			| GST Included | $234.00 | 
	
	 
	there is GST included in the totals but I need to show it separately so like this:
	 
	
		
			|  | 
		
			| SubTotal: | $219.00 | 
		
			| Discount : | -$0.00 | 
		
			| Shipping Fee : | $15.00 | 
		
			| Handling Charge : | $0.00 | 
		
			| Total (incl. GST) | $19.91 | 
		
			| GST Included | $234.00 |