Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 5618)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 5624)
@@ -634,5 +634,5 @@
 		{ 
 			 
-			if ($GLOBALS['wp_the_query']->is_category && $this->shop->get_option('wpsg_mod_produktartikel_listtemplate') != '-1' && $this->shop->get_option('wpsg_mod_produktartikel_listtemplate') != false)
+			if (($GLOBALS['wp_the_query']->is_category || $GLOBALS['wp_the_query']->is_post_type_archive($this->shop->get_option('wpsg_mod_produktartikel_pathkey'))) && $this->shop->get_option('wpsg_mod_produktartikel_listtemplate') != '-1' && $this->shop->get_option('wpsg_mod_produktartikel_listtemplate') != false)
 			{
 				
