How can I print all value of an array in smarty template in prestashop Get link Facebook X Pinterest Email Other Apps July 03, 2019 use this below code you can print it easily <pre> {$variablename|@print_r} </pre> Read more