• Date format in email template

    Hi All, How to format date in email template.Is it any function to format the date in email template. Please help me to find a solution.
  • PDF manager HTML Source Editor Full html not working

    Hi All, I tried to create a pdf document with list of records in a HTML table . <table style="width: 100%;" border="1" cellspacing="7"> <tbody> <tr><th style="color: #fcfcfc; font-family: Calibri; background-color: #626262; text-align: left;" colspan…
  • How to compare variable with string in smarty(.hbs)

    Hi all, I would like to compare variable in .hbs I try with below code but not work: variable: getType string: testtype {{#if getType == 'testtype'}} ... {{/if}} How do I do? Sugar 7.6 Ent Thanks, M