subtotal:
            
            
                [[checkoutContext.order.invoice.subtotal | currency]]
            
         
        
            
                impuesto:
            
            
                [[checkoutContext.order.invoice.tax | currency]]
            
         
        
            
                transporte:
            
            
                [[checkoutContext.order.invoice.shipping | currency]]
            
         
        
            
                Cupón:
            
            
                -[[checkoutContext.order.invoice.discount | currency]]
            
         
        
            
                total:
            
            
                [[checkoutContext.order.invoice.total | currency]] 
            
         
                
            
                [[subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id].plan_description]]