DirectNet Posted January 12, 2020 Share Posted January 12, 2020 I've apparently lost the default messages for the following email templates: Invoice Payment Confirmation Support Ticket Feedback Request Clients Only Bounce Message If someone can provide these via a word doc or text file, it would be greatly appreciated. Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 13, 2020 Share Posted January 13, 2020 On 12/01/2020 at 00:35, DirectNet said: If someone can provide these via a word doc or text file, it would be greatly appreciated. take a look at the file in /resources/sql/install/tblemailtemplates.data.sql, open it up in a text editor and you should be able to extract the content... e.g for Invoice Payment Confirmation, by default it uses... <p>Hi {$client_first_name},</p> <p>This is a payment receipt for Invoice {$invoice_num} sent on {$invoice_date_created}</p> <p>{$invoice_html_contents}</p> <p>Amount: {$invoice_last_payment_amount}<br />Transaction #: {$invoice_last_payment_transid}<br />Total Paid: {$invoice_amount_paid}<br />Remaining Balance: {$invoice_balance}<br />Status: {$invoice_status}</p> <p>You may review your invoice history at any time by logging in to your client area.</p> <p>Note: This email will serve as an official receipt for this payment.</p> <p>{$signature}</p> and then repeat for the other two. 0 Quote Link to comment Share on other sites More sharing options...
DirectNet Posted January 14, 2020 Author Share Posted January 14, 2020 Thanks (#brian!); I appreciate the information to the source. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.