Index: /views/js/editable.js
===================================================================
--- /views/js/editable.js	(revision 5759)
+++ /views/js/editable.js	(revision 5760)
@@ -28,8 +28,9 @@
             if (options.type == "select" && typeof options.data == "string")
             {
-
+ 
                 // Normale Ãbergabe eines JSON Strings
                 opt.source = jQuery.parseJSON(options.data);
                 opt.type = 'select';
+                opt.value = options.value;
 
             }
Index: /views/mods/mod_productvariants/productTemplate.phtml
===================================================================
--- /views/mods/mod_productvariants/productTemplate.phtml	(revision 5759)
+++ /views/mods/mod_productvariants/productTemplate.phtml	(revision 5760)
@@ -7,7 +7,13 @@
 ?>
 
-<?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
-
+<div class="wpsg_mod_variants_product_wrap">
+    <?php foreach ($this->view['wpsg_mod_productvariants']['arVariants'] as $var) { ?>
+    
+        <div class="wpsg_mod_variants_product">
+            
+            
+            
+        </div>        
         
-    
-<?php } ?>
+    <?php } ?>
+</div>
