Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6104)
+++ /controller/wpsg_ShopController.class.php	(revision 6105)
@@ -1143,8 +1143,10 @@
 			$template_file_uv_old = str_replace(WPSG_PATH_PRODUKTTEMPLATES, WPSG_PATH_PRODUKTTEMPLATES_UV_OLD, $template_file);
 			$template_file_theme = str_replace(WPSG_PATH_PRODUKTTEMPLATES, WPSG_PATH_PRODUKTTEMPLATES_TV, $template_file);
-			
+			$template_file_child_theme = str_replace(WPSG_PATH_PRODUKTTEMPLATES, WPSG_PATH_PRODUKTTEMPLATES_CTV, $template_file);
+			
+			if (file_exists($template_file_theme) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_theme;
+			if (file_exists($template_file_child_theme) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_child_theme;			
+			if (file_exists($template_file_uv_old) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_uv_old;						
 			if (file_exists($template_file_uv) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_uv;
-			if (file_exists($template_file_uv_old) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_uv_old;						
-			if (file_exists($template_file_theme) && $this->get_option('wpsg_ignoreuserview') != '1') $template_file = $template_file_theme;
 			 
 			if (!is_file($template_file)) { wpsg_debug(wpsg_translate(__('Das Template (#1#) fÃŒr ein Produkt (ID:#2#) scheint nicht zu existieren!', 'wpsg'), $template_file, $produkt_id)); return; }
@@ -1198,5 +1200,5 @@
  		
 		/**
-		 * Shortcode fÃŒr Warenkorbbutton, um Produkte aus Kategorieï¿œbersicht in Warenkorb zu legen (muss in jedem Beitrag eingefï¿œgt werden)
+		 * Shortcode fÃŒr Warenkorbbutton, um Produkte aus KategorieÃŒbersicht in Warenkorb zu legen (muss in jedem Beitrag eingefÃŒgt werden)
 		 */
 		public function shortcode_basket($atts, $content = '')
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 6104)
+++ /wpshopgermany.php	(revision 6105)
@@ -90,4 +90,5 @@
 	define('WPSG_PATH_PRODUKTTEMPLATES_UV_OLD', WPSG_PATH_USERVIEW_OLD.'produkttemplates/');
 	define('WPSG_PATH_PRODUKTTEMPLATES_TV', WPSG_PATH_TEMPLATEVIEW.'produkttemplates/');
+	define('WPSG_PATH_PRODUKTTEMPLATES_CTV', WPSG_PATH_CHILD_TEMPLATEVIEW.'produkttemplates/');
 	define('WPSG_URL', plugins_url().'/'.WPSG_FOLDERNAME.'/');
 	define('WPSG_URL_WP', site_url().'/');
