PrestaShop activate templates debug
PrestaShop seem to be a good e-commerce software, full of features, but with missing dev documention.
To activate templates debug, edit config/smarty.config.inc.php
And make
$smarty->debugging = true;
After you will refresh a page, themes/debug.tpl will be rendered.
leave a comment