Index: /views/mods/mod_productindex/layouts/grid.phtml
===================================================================
--- /views/mods/mod_productindex/layouts/grid.phtml	(revision 6839)
+++ /views/mods/mod_productindex/layouts/grid.phtml	(revision 6840)
@@ -99,7 +99,8 @@
 				<div class="wpsg_mod_productindex_product_inner">
 					
-					<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
-					<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
-
+					<a title="<?php echo __('Zur Detailseite des Produkts', 'wpsg'); ?>" href="<?php echo wpsg_url($p['url']); ?>">
+						<?php $attachment_id = $this->imagehandler->getAttachmentID($p['product_key']); ?>
+						<?php echo wp_get_attachment_image($attachment_id, array(800, 600)); ?>
+					</a>
 				
 					
