Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 7358)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 7359)
@@ -695,5 +695,5 @@
             if (isset($_REQUEST['wpsg_mod_produktartikel'])) $comment = $_REQUEST['wpsg_mod_produktartikel']['kommentare']; else $comment = false;
     
-            $this->getPostIdFromProductId($product_id, $_REQUEST['wpsg_mod_produktartikel']['path'], $comment, $_REQUEST['wpsg_produktartikel_menuorder'], true, $_REQUEST['disabled']);
+            $this->getPostIdFromProductId($product_id, $_REQUEST['wpsg_mod_produktartikel']['path'], $comment, $_REQUEST['wpsg_produktartikel_menuorder'], true, @$_REQUEST['disabled']);
     
         } // public function produkt_save($produkt_id)
Index: /views/mods/mod_productvariants/basket_row.phtml
===================================================================
--- /views/mods/mod_productvariants/basket_row.phtml	(revision 7358)
+++ /views/mods/mod_productvariants/basket_row.phtml	(revision 7359)
@@ -4,14 +4,14 @@
 	 * Render ein Variantenprodukt im Warenkorb (basket.phtml)
 	 */
-
+	
 ?>
-<?php //wpsg_debug($this->view['variante']) ?>
+ 
 <div class="product_info">
-	<div 
-	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
+	<div class="title">
 		<span class="fa  fa-share-alt"></span>
 		<?php echo __("Variante", "wpsg"); ?>:
-	</div>
-	<div class="valuel">
+		
+		
+		
 		<?php if (get_option('wpsg_vp_detailview') == 1) { ?>
 		<?php foreach ($this->view['variante'] as $vari => $value) { ?>
@@ -31,5 +31,4 @@
 		<?php } ?>
 		</strong>
-	</div>
-	<br />
+	</div> 
 </div>
Index: /views/mods/mod_weight/basket_row.phtml
===================================================================
--- /views/mods/mod_weight/basket_row.phtml	(revision 7358)
+++ /views/mods/mod_weight/basket_row.phtml	(revision 7359)
@@ -7,6 +7,5 @@
 ?>
 <div class="product_info">
-	<div 
-		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
+	<div class="title">
 		<span class="fa  fa-balance-scale"></span>
 		<?php echo __("Gewicht", "wpsg"); ?>:
