Index: /mods/wpsg_mod_basketteaser.class.php
===================================================================
--- /mods/wpsg_mod_basketteaser.class.php	(revision 7405)
+++ /mods/wpsg_mod_basketteaser.class.php	(revision 7406)
@@ -50,5 +50,10 @@
 		public function settings_save() { 
 			
-			$this->shop->update_option('wpsg_mod_basketteaser_template', $_REQUEST['wpsg_mod_basketteaser_template'], false, false, "key");
+			$arProductTemplates = $this->shop->loadProduktTemplates(true);
+			
+			$this->shop->update_option('wpsg_mod_basketteaser_template', $_REQUEST['wpsg_mod_basketteaser_template'], false, false, "wpsg_in_array", [
+				[0] + array_keys($arProductTemplates)
+			]);
+			
 			$this->shop->update_option('wpsg_mod_basketteaser_show', $_REQUEST['wpsg_mod_basketteaser_show'], false, false, "key");
 			
