0 Jules posted print an array in prestashop i am working at prestashop , Prestashop uses smarty as a template engine, so my question is how to print array in Prestashop or smarty? Edit Question
1 jagdish answered Jun 16 '21 00:00 in controller suppose you add $_GET $this->context->smarty->assign('get',$_GET); than to print array at template at prestashop or smarty {$get|print_r} Done !! Edit Answer