Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 6122)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 6123)
@@ -727,5 +727,5 @@
 				}
 				// Medium weil sonst $attach_data['size'] 0 ist 
-				$arBilder = $this->shop->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($product_id, 'medium'));
+				$arBilder = $this->shop->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($product_id, 'thumbnail'));
 				//$arBilder = $this->shop->callMod('wpsg_mod_produktbilder', 'getProduktBilder', array($product_id));
 				
@@ -733,17 +733,18 @@
 				{
 
-					$imgsrc = pathinfo($arBilder[0]['guid'])['basename'];	// hdoval-2-300x300.png
+					$imgsrc = pathinfo($arBilder[0]['guid'])['basename'];	// hdoval-2-150x150.png
 					$imgdest = pathinfo(get_attached_file($arBilder[0]['post_id']))['basename'];	// hdoval-2.png
 					// alt: C:\xampp\htdocs\wp2\wp-content\uploads\wpsg\wpsg_produktbilder\6\posthumbnail/
 					// neu: C:\xampp\htdocs\wp2/wp-content/uploads/2017/03/postthumbnail/
 					$path_post_thumbnail = pathinfo(get_attached_file($arBilder[0]['post_id']))['dirname'].'/postthumbnail/';
-					// C:\xampp\htdocs\wp2/wp-content/uploads/2017/03/hdoval-2-300x300.png
+					// C:\xampp\htdocs\wp2/wp-content/uploads/2017/03/hdoval-2-150x150.png
 					$filename = pathinfo(get_attached_file($arBilder[0]['post_id']))['dirname'].'/'.$imgsrc;
 					// http://shop4.home/wp-content/uploads/2017/03
 					$fileurl = pathinfo($arBilder[0]['guid'])['dirname'].'/'.$imgdest;
-
+					$fileurl = pathinfo($arBilder[0]['guid'])['dirname'].'/'.$imgsrc;
+						
 					//$img_file = array_shift($arBilder);
-					$img_file = $imgdest;
-					
+					$img_file = $imgsrc;
+
 					// C:\xampp\htdocs\wp2\wp-content\uploads\wpsg\wpsg_produktbilder\6\hdoval-2-300x300.png
 					//$filename = $this->shop->callMod('wpsg_mod_produktbilder', 'getPicPath', array($product_id)).$img_file;
@@ -762,5 +763,5 @@
 							// http://shop4.home/wp-content/uploads/wpsg/wpsg_produktbilder/6/posthumbnail/hdoval-2-150x150.png
 							//$fileurl = $this->shop->callMod('wpsg_mod_produktbilder', 'getPicPath', array($product_id, true)).'posthumbnail/'.$img_file;
-							 
+							
 							$attachment = array(
 								'guid' => $fileurl,
