Index: /mods/wpsg_mod_abo.class.php
===================================================================
--- /mods/wpsg_mod_abo.class.php	(revision 7490)
+++ /mods/wpsg_mod_abo.class.php	(revision 7491)
@@ -321,13 +321,4 @@
 			$this->shop->update_option('wpsg_mod_abo_autoexpire_information', $_REQUEST['wpsg_mod_abo_autoexpire_information'], false, false, "key");
 			$this->shop->update_option('wpsg_mod_abo_autoexpire_informationtime', wpsg_xss($_REQUEST['wpsg_mod_abo_autoexpire_informationtime']));
-            
-			$this->shop->update_option('wpsg_mod_abo_moreorder', $_REQUEST['wpsg_mod_abo_moreorder'], false, false, "key");
-			$this->shop->update_option('wpsg_mod_abo_moreorder_text', $_REQUEST['wpsg_mod_abo_moreorder_text'], false, false, "text_field");
-			$this->shop->update_option('wpsg_mod_abo_nomoreorder_text', $_REQUEST['wpsg_mod_abo_nomoreorder_text'], false, false, "text_field");
-           
-			$this->shop->update_option('wpsg_mod_abo_moreorder_product', $_REQUEST['wpsg_mod_abo_moreorder_product'], false, false, "key");
-			$this->shop->update_option('wpsg_mod_abo_moreorder_producttext', $_REQUEST['wpsg_mod_abo_moreorder_producttext'], false, false, "text_field");
-			$this->shop->update_option('wpsg_mod_abo_nomoreorder_product_text', $_REQUEST['wpsg_mod_abo_nomoreorder_product_text'], false, false, "text_field");
-            
             
 		} // public function settings_save()
Index: /views/mods/mod_abo/produkt_addedit_content.phtml
===================================================================
--- /views/mods/mod_abo/produkt_addedit_content.phtml	(revision 7490)
+++ /views/mods/mod_abo/produkt_addedit_content.phtml	(revision 7491)
@@ -53,24 +53,5 @@
 			
 			<div class="wpsg_clear"></div>
-			
-			
-			<?php /* TODO: PrÃŒfung auf Mehrfachbestellung fÃŒr das spezielle Produkt */?>
-			<?php /* Option: Mehrfachbestellung mÃ¶glich */ ?>
-			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_abo_moreorder_product', __('Mehrfachbestellung mÃ¶glich', 'wpsg'), $this->get_option('wpsg_mod_abo_moreorder_product'), array ('help' => 'wpsg_mod_abo_moreorder_product')); ?>
-			
-			<?php /* Hinweistext: Mehrfachbestellung ja*/ ?>
-			<div class="wpsg_mod_expiremode_moreorder__productactiv" style="display:none;">
-			
-				<?php echo wpsg_drawForm_Input('wpsg_mod_abo_moreorder_producttext', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_abo_moreorder_text_product'), array('help' => 'wpsg_mod_abo_moreorder_product_text'));?>
-			
-			</div>
-			
-			<?php /* Hinweistext: Mehrfachbestellung nein */ ?>
-			<div class="wpsg_mod_expiremode_moreorder_productdeactiv">
-			
-				<?php echo wpsg_drawForm_Input('wpsg_mod_abo_nomoreorder_product_text', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_abo_nomoreorder_product_text'), array('help' => 'wpsg_mod_abo_nomoreorder_product_text'));?>
-			
-			</div>
-		
+					
 		</div>
 		
@@ -79,23 +60,2 @@
 	</div>
 </div>
-<script type="text/javascript">/* <![CDATA[ */
-
-    jQuery(document).ready(function() {
-    	
-    	jQuery('#wpsg_mod_abo_moreorder_product').bind('change', function() {
-
-			if (jQuery(this).is(':checked')) jQuery('.wpsg_mod_expiremode_moreorder__productactiv').show();
-			else jQuery('.wpsg_mod_expiremode_moreorder__productactiv').hide();
-			
-		} ).change();
-		
-		jQuery('#wpsg_mod_abo_moreorder_product').bind('change', function() {
-
-			if (jQuery(this).is(':checked')) jQuery('.wpsg_mod_expiremode_moreorder_productdeactiv').hide();
-			else jQuery('.wpsg_mod_expiremode_moreorder_productdeactiv').show();
-			
-		} ).change();
-    	
-	} );
-
-/* ]]> */</script>
Index: /views/mods/mod_abo/settings_edit.phtml
===================================================================
--- /views/mods/mod_abo/settings_edit.phtml	(revision 7490)
+++ /views/mods/mod_abo/settings_edit.phtml	(revision 7491)
@@ -81,18 +81,4 @@
 		} ); 
 
-		jQuery('#wpsg_mod_abo_moreorder').bind('change', function() {
-
-			if (jQuery(this).is(':checked')) jQuery('.wpsg_mod_expiremode_moreorder_activ').show();
-			else jQuery('.wpsg_mod_expiremode_moreorder_activ').hide();
-			
-		} ).change();
-		
-		jQuery('#wpsg_mod_abo_moreorder').bind('change', function() {
-
-			if (jQuery(this).is(':checked')) jQuery('.wpsg_mod_expiremode_moreorder_deactiv').hide();
-			else jQuery('.wpsg_mod_expiremode_moreorder_deactiv').show();
-			
-		} ).change();
-
 		jQuery('#wpsg_mod_abo_autoexpire_information').bind('change', function() {
 
