| 
                                        Product | 
                                        Prijs | 
                                        Aantal | 
                                        Totaal | 
                                        Acties | 
                                    
                                    
                                    
                                    
                                        
                                             
                                         | 
                                        
                                            {{ shoppingCartItem.name }} 
                                            {{ shoppingCartItem.attributes.description }}
                                         | 
                                        €{{ parseFloat(shoppingCartItem.price).toFixed(2).replace(/\./, ',').replace(/,00/, ',-') }} | 
                                        
                                            
                                         | 
                                        €{{ parseFloat(shoppingCartItem.price * shoppingCartItem.quantity).toFixed(2).replace(/\./, ',').replace(/,00/, ',-') }} | 
                                        
                                            
                                                
                                            
                                         | 
                                    
                                    
                                
                             
                            
                                
Totaal: €{{ totalPrice }}
                                excl. verzendkosten