Total Items
                            
                                {{ itemCount }}
                            
                        
                        
                            Subtotal
                            
                                ${{ subTotal.toFixed(2) }}
                            
                        
                        
                            GST
                            
                                ${{ tax.toFixed(2) }}
                            
                        
                        
                            Transaction Fees
                            
                                ${{ transactionFees.toFixed(2) }}
                            
                        
                        
                            Merchant Fee %1.8
                            
                                ${{ merchantFees.toFixed(2) }}
                            
                        
                        
                            Delivery Fee
                            
                                ${{ merchant.delivery_fee }}
                            
                        
                        
                            Total
                            
                                ${{ grandTotal.toFixed(2) }}