<?php if($product['attribute_groups']) { ?>
<table class="responsive">
<?php foreach($product['attribute_groups'] as $attribute_group) { ?>
<?php foreach($attribute_group['attribute'] as $attribute) { ?>
<thead>
<tr>
<th><?php echo $attribute['name']; ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>
</tbody>
<?php } ?>
</table>
<?php } ?>
<a href="ссылка на сайте"><img src="картинка"></a>