Posts

Showing posts from July, 2019

How can I print all value of an array in smarty template in prestashop

use this below code you can print it easily <pre> {$variablename|@print_r} </pre>