how to make the font on the pdf invoice to utf-8?i have put the frontend to my local language, when i downloaded the pdf invoive,the characters is unreadable.thank you.
i don't know how it use the smarty template? because in the the corresponding .php page . i can't find
// create object
$smarty = new Smarty;
and include the 'Smarty.class.php'file. assign variable and display it.any tips would be appreciated.
Every Smarty application needs four folders, which are named by default templates, templates_c, configs, and cache. in the whmcs folder, i only find templates, templates_c.where are the rest two(configs, and cache)?thank you
from the documentation ,it says "To view a complete list of variables available on a given page, enter the following tag into the template file:
{debug}
" i have done this on my local host,but it can't work. because my local host don't open the file which suffix is tpl. how to do this.any tips would be appreciated,