CMXX - Placeorder initial version
This commit is contained in:
2
cart.php
2
cart.php
@@ -145,7 +145,7 @@ $view = '
|
||||
<td class="img">';
|
||||
if (!empty($product['meta']['img'])){
|
||||
$view .= ' <a href="'.url('index.php?page=product&id=' . $product['id']).'">
|
||||
<img src="'.$img_url.$product['meta']['img'].'" width="50" height="50" alt="'.$product['meta']['name'].'">
|
||||
<img src="'.img_url.$product['meta']['img'].'" width="50" height="50" alt="'.$product['meta']['name'].'">
|
||||
</a>';
|
||||
}
|
||||
$view .= '</td>
|
||||
|
||||
Reference in New Issue
Block a user