or you can use php function inside smarty, this is for number_format, you can use other php function too 🙂
PHP : number_format($number, 2, '.', ',');
SMARTY :
{$number|number_format:2:".":","}
or you can use php function inside smarty, this is for number_format, you can use other php function too 🙂
PHP : number_format($number, 2, '.', ',');
SMARTY :
{$number|number_format:2:".":","}