Posts

Showing posts with the label smarty

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>