Index: /mods/wpsg_mod_productvars.class.php
===================================================================
--- /mods/wpsg_mod_productvars.class.php	(revision 5936)
+++ /mods/wpsg_mod_productvars.class.php	(revision 5938)
@@ -510,4 +510,6 @@
 		{
 
+			if ($this->shop->get_option('wpsg_mod_productvars_showProduct') != '1') return false;
+			
 			$pVarsSet = explode(",", $this->db->fetchOne("SELECT `produktvars` FROM `".WPSG_TBL_PRODUCTS."` WHERE `id` = '".wpsg_q($produkt_id)."'"));
 
@@ -551,8 +553,5 @@
 				}
 
-				if ($this->shop->get_option('wpsg_mod_productvars_showProduct') == '1')
-					echo $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvars/renderTemplate.phtml', false);
-				else
-					return $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvars/renderTemplate.phtml', false);
+				echo $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvars/renderTemplate.phtml', false);
 				
 			}
