📜  tpl prestashop 中的 getProductImage - 任何代码示例
📅  最后修改于: 2022-03-11 15:00:14.842000             🧑  作者: Mango
代码示例1
{assign var='product_image' value=Product::getCover($product->id)}
![]({$link->getImageLink($product->link_rewrite, {$product_image['id_image']}, 'home_default')|escape:'html':'UTF-8'})