| SKU | Description | Tint | Thickness | Price | QTY | Total | 
                                                
                                                
                                                    
                                                        | {{prod_name}} | {{prod_description}} |  |  |  |  | {{(quantity*prod_price).formatCurrency('$', '.', ',', 0)}} | 
                                                
                                            
                                         
                                        
                                            Subtotal:
                                            {{cart.data.sum(`prod_price * quantity`).toNumber().formatCurrency('$', '.', ',', 0)}}
                                        
                                        
                                            Estimated Shipping Cost:*
                                            {{cart.data.sum(`shipping`).toNumber().formatCurrency('$', '.', ',', 0)}}
                                        
                                        
                                        
                                            Total:
                                            {{(cart.data.sum(`prod_price * quantity`)+cart.data.sum(`shipping`)).toNumber().formatCurrency('$', '.', ',', 0)}}
                                        
                                        
*Shipping Estimate: The shipping total at checkout is our best estimate. Once your order is packed and weighed, the actual cost may be a bit more or less. If there's a difference, we'll either refund you or let you know about any additional charge before shipping.