Index: /mods/wpsg_mod_stock.class.php
===================================================================
--- /mods/wpsg_mod_stock.class.php	(revision 5464)
+++ /mods/wpsg_mod_stock.class.php	(revision 5465)
@@ -167,5 +167,5 @@
 			if ($this->shop->get_option('wpsg_mod_stock_notemplateswitch') == '1') return;
 			 
-			if ($produkt_data['stock'] <= 0 && $this->shop->get_option('wpsg_mod_stock_template') != '-1')
+			if ($this->checkBestand($produkt_data['id'], '1') === false && $this->shop->get_option('wpsg_mod_stock_template') != '-1')
 			{
 				
