Index: /changelog
===================================================================
--- /changelog	(revision 8179)
+++ /changelog	(revision 8180)
@@ -547,2 +547,3 @@
 #4.4.1
 - Bugfix: Child Theme/Theme JS/IMG/CSS Ressourcen werden korrekt geladen
+- Bugfix: Versand per Mail wieder verfÃŒgbar bei Downloadprodukt / Downloadplus Produkt
Index: /mods/wpsg_mod_downloadplus.class.php
===================================================================
--- /mods/wpsg_mod_downloadplus.class.php	(revision 8179)
+++ /mods/wpsg_mod_downloadplus.class.php	(revision 8180)
@@ -845,4 +845,5 @@
 
 	        $arShipping[$this->id] = array(
+				'active' => '1',
 	            'id' => $this->id,
 	            'name' => __('Versand per Mail', 'wpsg'),
Index: /mods/wpsg_mod_downloadprodukte.class.php
===================================================================
--- /mods/wpsg_mod_downloadprodukte.class.php	(revision 8179)
+++ /mods/wpsg_mod_downloadprodukte.class.php	(revision 8180)
@@ -325,4 +325,5 @@
 			$arShipping[$this->id] = array(
 				'id' => $this->id,
+				'active' => '1',
 				'name' => __('Versand per Mail', 'wpsg'),//$this->shop->get_option('wpsg_mod_freeshipping_bezeichnung'),
 				'price' => 0,
Index: /system/intern/mods/wpsg_mod_videodownload.class.php
===================================================================
--- /system/intern/mods/wpsg_mod_videodownload.class.php	(revision 8179)
+++ /system/intern/mods/wpsg_mod_videodownload.class.php	(revision 8180)
@@ -377,4 +377,5 @@
 			$arShipping[$this->id] = array(
 				'id' 			=> $this->id,
+				'active' => '1',
 				'name' 			=> __('Versand per Mail', 'wpsg'),
 				'preis' 		=> 0,
