get image product prestashop code example
Example: getProductImage in tpl prestashop
{assign var='product_image' value=Product::getCover($product->id)}
<img src="{$link->getImageLink($product->link_rewrite, {$product_image['id_image']}, 'home_default')|escape:'html':'UTF-8'}" alt="" style="width:100%">