Index: /mods/wpsg_mod_stock.class.php
===================================================================
--- /mods/wpsg_mod_stock.class.php	(revision 7367)
+++ /mods/wpsg_mod_stock.class.php	(revision 7369)
@@ -563,8 +563,14 @@
 
 		} // public function checkBestand(&$produkt_key, $menge)
-
-		public function checkReduceStock(&$data, &$product_data)
-		{
-
+		
+		public function calculation_saveProduct(&$oCalculation, $calc_product, &$db_product_data, $finish_order) {
+			
+			if (!$finish_order) return;
+			
+			$data = [
+				'productkey' => $calc_product['product_key'],
+				'menge' => $calc_product['amount']
+			];
+			
 			$product_id = $this->shop->getProduktID($data['productkey']);
 
Index: /views/mods/mod_productvariants/overview_row.phtml
===================================================================
--- /views/mods/mod_productvariants/overview_row.phtml	(revision 7367)
+++ /views/mods/mod_productvariants/overview_row.phtml	(revision 7369)
@@ -9,5 +9,5 @@
 <div class="product_info">
 	<div 
-	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
+	<?php if (wpsg_isTrue($this->view['$bPicture'])) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
 		<span class="fa  fa-share-alt"></span>
 		<?php echo __("Variante", "wpsg"); ?>:
