Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6265)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6267)
@@ -269,6 +269,6 @@
 							//$vari_data['images']['pic'] = $pic;
 							$vari_data['pics'] = $pic;
-							$test = array();
-							$test = array_intersect($test, $vari_data['images']['pic']);
+							//$test = array();
+							//$test = array_intersect($test, $vari_data['images']['pic']);
 							
 							if (isset($vari_data['pics'])) {
Index: /mods/wpsg_mod_produktbilder.class.php
===================================================================
--- /mods/wpsg_mod_produktbilder.class.php	(revision 6265)
+++ /mods/wpsg_mod_produktbilder.class.php	(revision 6267)
@@ -653,5 +653,5 @@
 			
 			// Wenn product_key dann das Bild der Variation holen.
-			if (!is_integer($product_key)) {
+			if (!wpsg_isSizedInt($product_key)) {
 				
 				$ap = explode(':', $product_key);
Index: /views/mods/mod_ordercondition/list.phtml
===================================================================
--- /views/mods/mod_ordercondition/list.phtml	(revision 6265)
+++ /views/mods/mod_ordercondition/list.phtml	(revision 6267)
@@ -154,5 +154,5 @@
         /* ]]> */</script>
         
-        <div class="wpsg_mod_ordercondition_shipping_<?php echo $oc['id']; ?>" style="display:<?php echo (($oc['type'] === '3')?'block':'none'); ?>;">
+        <div class="wpsg_mod_ordercondition_shipping_<?php echo $oc['id']; ?>" style="display:<?php echo (($oc['typ'] === '3')?'block':'none'); ?>;">
             <?php echo wpsg_drawForm_TextStart(); ?>
             <span class="wpsg_editable" id="oc_shipping_<?php echo $oc['id']; ?>"><?php 
Index: /views/mods/mod_productvariants/admin_edit.phtml
===================================================================
--- /views/mods/mod_productvariants/admin_edit.phtml	(revision 6265)
+++ /views/mods/mod_productvariants/admin_edit.phtml	(revision 6267)
@@ -182,5 +182,5 @@
 					<?php $j = 0; foreach ($temp as $b) { $j ++; ?>
 							<?php // $this->view['variant']['id']	$vari  $var  $kv  $_REQUEST['pic']
-							$file2 = $b['basenameori'];
+							$file2 = $b['basename'];
 							$href = wp_get_attachment_image_src($b['post_id'], Array(25, 25));
 							?>	
