Utilisation des variables smarty dans Prestashop

[WIP] Il existe une certaine quantité de variable smarty définit dans Prestashop, Ce post va essayer de les lister et d'expliquer leurs usages.

La liste ne sera evidement pas exaustive, mais sera compléter avec le temps.

$img_ps_dir       //URL for the PrestaShop image folder.
$img_cat_dir      //URL for the categories images folder.
$img_lang_dir     //URL for the languages images folder.
$img_prod_dir     //URL for the products images folder.
$img_manu_dir     //URL for the manufacturers images folder.
$img_sup_dir      //URL for the suppliers images folder.
$img_ship_dir     //URL for the carriers (shipping) images folder.
$img_dir          //URL for the theme’s images folder.
$css_dir          //URL for the theme’s CSS folder.
$js_dir           //URL for the theme’s JavaScript folder.
$tpl_dir          //URL for the current theme’s folder.
$modules_dir      //URL the modules folder.
$mail_dir         //URL for the mail templates folder.
$pic_dir          //URL for the pictures upload folder

 

Pour aller plus loin, j'ai trouver ce lien qui à l'air d'être pas makl complet sur les variables.

http://blog.gofenice.com/prestashop/global-smarty-variables-used-in-prestashop/