Answers for "getProductImage in tpl prestashop"

0

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%">
Posted by: Guest on October-29-2020

Code answers related to "getProductImage in tpl prestashop"

Browse Popular Code Answers by Language