True - I have tried do that in tpl file:
in my hook I added:
$this->context->smarty->assign('params', $params);
and in .tpl file
{$params|@print_r}
To make it more friendly to read is better to iterate through it I quess.
True - I have tried do that in tpl file:
in my hook I added:
$this->context->smarty->assign('params', $params);
and in .tpl file
{$params|@print_r}
To make it more friendly to read is better to iterate through it I quess.
True - i Tries do that in tpl file:
in my hook I added:
$this->context->smarty->assign('params', $params);
and in .tpl file
{$params|@print_r}
To make it more friendly to read is better to iterate through it I quess.