Unified email reports
This commit is contained in:
@@ -103,7 +103,7 @@ $array_orders = getSubItem($dateToday);
|
||||
<?php
|
||||
$itemImages = getItemImages($row['ProductId']);
|
||||
foreach($itemImages as $thumb_key => $thumb_val){
|
||||
echo '<img style="height: 150px; overflow: hidden; object-fit: contain;" src="https://crewsportswear.app/images/'.$thumb_val['Image'].'"> ';
|
||||
echo '<img style="height: 150px; overflow: hidden; object-fit: contain;" src="https://crewsportswear.app:5955/'.$thumb_val['Image'].'"> ';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user