CMXX - Product attributes and initial multi languagal product support
This commit is contained in:
@@ -135,7 +135,7 @@ $view .= '
|
||||
<td class="responsive-hidden">
|
||||
'.(($picture)?'<img style="border-radius: 4px;height: 50px;" src="'.$picture[0].'" alt="">' : '').'
|
||||
</td>
|
||||
<td>'.$response->productname.'</td>
|
||||
<td>'.(${$response->productname} ?? $response->productname).'</td>
|
||||
<td><a href="index.php?page=product&rowID='.$response->rowID.'" class="btn_link">'.$general_view .'</a></td>
|
||||
</tr>
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user