Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 5740)
+++ /lib/wpsg_basket.class.php	(revision 5741)
@@ -934,5 +934,7 @@
 			 
 			$bError = false;
-			$_SESSION['wpsg']['errorFields'] = array();
+			
+			// Darf hier nicht ÃŒberschrieben werden sonst keine Feldmarkierung fÃŒr ordercondition
+			if (!wpsg_isSizedArray($_SESSION['wpsg']['errorFields'])) $_SESSION['wpsg']['errorFields'] = array();
 			
 			$custom_config = $GLOBALS['wpsg_sc']->loadPflichtFeldDaten();
Index: /mods/wpsg_mod_ordercondition.class.php
===================================================================
--- /mods/wpsg_mod_ordercondition.class.php	(revision 5740)
+++ /mods/wpsg_mod_ordercondition.class.php	(revision 5741)
@@ -277,6 +277,6 @@
 						$error = true;
 						$this->shop->addFrontendError($this->shop->replaceUniversalPlatzhalter(__($oc['errortext'], 'wpsg')));
-						
-					}
+						$_SESSION['wpsg']['errorFields'][] = 'row-check-agb-'.$oc['id'];
+											}
 					
 				}
