Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/2019 in all areas

  1. Michael Kinder

    User Variables

    Hey everyone! Paul asked me to share this with you guys, as it may come useful for anyone trying to identify logged in users in a chat system. Below are the variables you can use in the structure.pdt file. <?php $this->Html->_($contact->email);?> <?php echo $this->Html->_($contact->first_name, true) . ' ' . $this->Html->_($contact->last_name, true);?>
    2 points
  2. we are almost finished the integration of coreui template with admin dashboard . the original free theme are available here https://coreui.io/demo/ what do you think ?
    1 point
  3. Since the voided invoice is an unpaid invoice, it sends that email template. You can update the email template if you'd like to be more specific. For example, since that email template accepts multiple invoices, you might check that the status of the first invoice and set the subject conditionally: {% if invoices[0].status == "void" %}Invoice Voided{% else %}Invoice Due{% endif %} I did not test this, so you should before using it.
    1 point
×
×
  • Create New...