Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 8271)
+++ /model/wpsg_product.class.php	(revision 8272)
@@ -187,15 +187,11 @@
 			if ($shop->callMod('wpsg_mod_productvariants', 'isVariantsProductKey', [$this->getProductKey()])) {
 				
-				if ($shop->get_option('wpsg_mod_produktartikel_ean') === '1') {
+				$ean_vari = $shop->callMod('wpsg_mod_productvariants', 'getEAN', [$this->getProductKey()]);
 					
-					$ean_vari = $shop->callMod('wpsg_mod_productvariants', 'getEAN', [$this->getProductKey()]);
-					
-					if ($ean_vari !== '') return $ean_vari;
-					
-				}
-				
-			}
-			
-			return $this->__get('ean').$this->getProductKey();
+				if ($ean_vari !== '') return $this->__get('ean').$ean_vari;
+				
+			}
+			
+			return $this->__get('ean');
 
 		}
