Jump to content

Lost Email Templates


Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated