Index: /mods/wpsg_mod_basic.class.php
===================================================================
--- /mods/wpsg_mod_basic.class.php	(revision 6915)
+++ /mods/wpsg_mod_basic.class.php	(revision 6916)
@@ -389,5 +389,5 @@
 		
 		/** Wird beim initiieren der Module aufgerufen und erweiterte die mÃ¶glichen Versandoptionen */
-		public function addShipping(&$arShipping) { }
+		public function addShipping(&$arShipping, $va_active = false) { }
 		
 		/** Wird beim initiieren der Module aufgerufen und erweiterte die mÃ¶glichen Bezahloptionen */
Index: /mods/wpsg_mod_downloadplus.class.php
===================================================================
--- /mods/wpsg_mod_downloadplus.class.php	(revision 6915)
+++ /mods/wpsg_mod_downloadplus.class.php	(revision 6916)
@@ -628,5 +628,5 @@
     } // public function order_view_sidebar_renderList($order_id)
 
-    public function addShipping(&$arShipping)
+    public function addShipping(&$arShipping, $va_active = false)
     {
 
Index: /mods/wpsg_mod_downloadprodukte.class.php
===================================================================
--- /mods/wpsg_mod_downloadprodukte.class.php	(revision 6915)
+++ /mods/wpsg_mod_downloadprodukte.class.php	(revision 6916)
@@ -331,5 +331,5 @@
  		 * @param unknown_type $arShipping
  		 */
- 		public function addShipping(&$arShipping) 
+ 		public function addShipping(&$arShipping, $va_active = false) 
 		{ 
 			 
Index: /mods/wpsg_mod_freeshipping.class.php
===================================================================
--- /mods/wpsg_mod_freeshipping.class.php	(revision 6915)
+++ /mods/wpsg_mod_freeshipping.class.php	(revision 6916)
@@ -55,5 +55,5 @@
 		} // public function settings_save()
 		
-		public function addShipping(&$arShipping) 
+		public function addShipping(&$arShipping, $va_active = false) 
 		{ 
 	 
Index: /mods/wpsg_mod_versandarten.class.php
===================================================================
--- /mods/wpsg_mod_versandarten.class.php	(revision 6915)
+++ /mods/wpsg_mod_versandarten.class.php	(revision 6916)
@@ -220,10 +220,10 @@
 		} // public function be_ajax()
 		
-		public function addShipping(&$arShipping) 
+		public function addShipping(&$arShipping, $va_active = false) 
 		{
 			 
 			// Im Checkout2 wird der Wert berechnet und eventuell nicht verfÃŒgbare VA ausgeschlossen
 			//if (isset($_REQUEST['wpsg_checkout2']))
-			if (!wpsg_is_admin())
+			if (!wpsg_is_admin() && !$va_active)
 			{
 
Index: /mods/wpsg_mod_willcollect.class.php
===================================================================
--- /mods/wpsg_mod_willcollect.class.php	(revision 6915)
+++ /mods/wpsg_mod_willcollect.class.php	(revision 6916)
@@ -226,5 +226,5 @@
 		} // public function calcPayment(&$arBasket) 
 
-		public function addShipping(&$arShipping)
+		public function addShipping(&$arShipping, $va_active = false)
 		{
 			
