Currently there are no parts in the shopping cart.
                
                
                            
                                Overview of your order
                            
                        
                    
                            {{ $root.cart.totalQuantity }}
                            
                                part
                            
                            
                                parts
                            
                        
                    
                                        Total
                                    
                                    
                                        On request
                                    
                                
                                        Subtotal
                                    
                                    
                                        € {{ subtotalPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        TAX (21%)
                                    
                                    
                                        € {{ taxPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        Deposit
                                    
                                    
                                        € {{ depositPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        Transportation costs
                                    
                                    
                                        Calculated on the next page
                                    
                                
                                        Total
                                    
                                    
                                        € {{ totalPrice.toFixed(2).replace('.', ',') }}