Index: /mods/wpsg_mod_produktbilder.class.php
===================================================================
--- /mods/wpsg_mod_produktbilder.class.php	(revision 6285)
+++ /mods/wpsg_mod_produktbilder.class.php	(revision 6286)
@@ -265,4 +265,5 @@
 				
 				die("1");
+				//die($this->getProduktBilderListe_MT($_REQUEST['edit_id']));
 				
 			}
@@ -573,4 +574,6 @@
 					$this->shop->view['ProduktBilder_MT'][$i]['fname'] = $arrf['basename'];
 					$this->shop->view['ProduktBilder_MT'][$i]['guid'] = $guid;
+					$file = preg_replace('/\-(\d+)x(\d+)\./', '.', $arrf['basename']);
+					$this->shop->view['ProduktBilder_MT'][$i]['basenameori']= $file;
 					$i++;
 				}
@@ -798,4 +801,5 @@
 					$arFiles[$i]['post_id'] = $val['post_id'];
 					$arFiles[$i]['basename'] = $arrf['basename'];
+					$arFiles[$i]['basenameori'] = preg_replace('/\-(\d+)x(\d+)\./', '.', $arrf['basename']);;
 					$arFiles[$i]['url'] = $guid;
 					$arFiles[$i]['path'] = str_replace($ud['baseurl'], $ud['basedir'], $guid);				
Index: /views/mods/mod_productindex/layouts/grid.phtml
===================================================================
--- /views/mods/mod_productindex/layouts/grid.phtml	(revision 6285)
+++ /views/mods/mod_productindex/layouts/grid.phtml	(revision 6286)
@@ -176,5 +176,6 @@
 						<div class="wpsg_mod_productindex_button">
 						
-							<?php if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
+							<?php //if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
+							<?php if (false) { ?>
 							<span class="wpsg_produkt_soldout"><?php echo __('Produkt ausverkauft', 'wpsg'); ?></span>
 							<?php } else { ?>						
Index: /views/mods/mod_productindex/layouts/list.phtml
===================================================================
--- /views/mods/mod_productindex/layouts/list.phtml	(revision 6285)
+++ /views/mods/mod_productindex/layouts/list.phtml	(revision 6286)
@@ -170,5 +170,6 @@
 				
 				<div class="wpsg_mod_productindex_button">					
-					<?php if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
+					<?php //if ($this->hasMod('wpsg_mod_stock') && $this->callMod('wpsg_mod_stock', 'checkBestand', array($this->getProduktID($p['id']), 1)) === false) { ?>
+					<?php if (false) { ?>
 					<span class="wpsg_produkt_soldout"><?php echo __('Produkt ausverkauft', 'wpsg'); ?></span>
 					<?php } else { ?>		
Index: /views/mods/mod_produktbilder/produkt_addedit_content.phtml
===================================================================
--- /views/mods/mod_produktbilder/produkt_addedit_content.phtml	(revision 6285)
+++ /views/mods/mod_produktbilder/produkt_addedit_content.phtml	(revision 6286)
@@ -100,5 +100,4 @@
 							success: function(data) {
 
-								//TODO die('1'); sendet: \n1
 								data = data.replace(/\n|\r/g, '');
 								if (data != '1') alert(data);
