fix img
This commit is contained in:
parent
2ac3271169
commit
284aeb5903
@ -67,12 +67,12 @@ WHERE (pl.name LIKE \'%'.pSQL($query).'%\' OR p.reference LIKE \'%'.pSQL($query)
|
|||||||
$link = new Link();
|
$link = new Link();
|
||||||
if ($items)
|
if ($items)
|
||||||
foreach ($items AS $item){
|
foreach ($items AS $item){
|
||||||
$img_path = '';
|
//$img_path = '';
|
||||||
if(isset($item['id_image']) && !empty($item['id_image'])){
|
//if(isset($item['id_image']) && !empty($item['id_image'])){
|
||||||
// $image_obj = new Image((int)$item['id_image']);
|
// $image_obj = new Image((int)$item['id_image']);
|
||||||
// $img_path = (isset($image_obj)?$image_obj->getExistingImgPath():'');
|
// $img_path = (isset($image_obj)?$image_obj->getExistingImgPath():'');
|
||||||
$img_path = $link->getImageLink($item['link_rewrite'], (int)$item['id_image'], 'small');
|
//}
|
||||||
}
|
$img_path = $link->getImageLink($item['link_rewrite'], (int)$item['id_image'], 'small');
|
||||||
echo trim($item['name']).(!empty($item['reference']) ? ' (ref: '.$item['reference'].')' : '').'|'.(int)($item['id_product']).(!empty($img_path) ?'|'.($img_path):'')."\n";
|
echo trim($item['name']).(!empty($item['reference']) ? ' (ref: '.$item['reference'].')' : '').'|'.(int)($item['id_product']).(!empty($img_path) ?'|'.($img_path):'')."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user