The shopping cart is empty.
                
                
                            
                                Cart
                            
                        
                    
                            {{ $root.cart.totalQuantity }}
                            
                                part
                            
                            
                                parts
                            
                        
                    
                                        Total
                                    
                                    
                                        Upon request
                                    
                                
                                        Subtotal
                                    
                                    
                                        € {{ subtotalPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        VAT (21%)
                                    
                                    
                                        € {{ taxPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        Deposit
                                    
                                    
                                        € {{ depositPrice.toFixed(2).replace('.', ',') }}
                                    
                                
                                        Shipping Cost
                                    
                                    
                                        Will be calculated on the next page
                                    
                                
                                        Total
                                    
                                    
                                        € {{ totalPrice.toFixed(2).replace('.', ',') }}