Index: /mods/wpsg_mod_export.class.php
===================================================================
--- /mods/wpsg_mod_export.class.php	(revision 5735)
+++ /mods/wpsg_mod_export.class.php	(revision 5737)
@@ -575,5 +575,6 @@
 						'product_preis_order' => __('Produktpreis aus Bestellung', 'wpsg'),
 						'product_preis_order_netto' => __('Produktpreis aus Bestellung (Netto)', 'wpsg'),
-						'produkt_mwst' => __('Mehrwertsteuer', 'wpsg'),
+						'produkt_mwst' => __('Mehrwertsteuer (SchlÃŒssel)', 'wpsg'),
+						'produkt_mwst_value' => __('Mehrwertsteuer (Wert)', 'wpsg'),
 						'produkt_feinheit' => __('FÃŒllmengeneinheit', 'wpsg'),
 						'produkt_fmenge' => __('FÃŒllmenge', 'wpsg'),
@@ -953,4 +954,17 @@
 			}
 			 
+			if (wpsg_isSizedInt($order['land']))
+			{
+				
+				$oFrontendCountry = wpsg_country::getInstance($order['land']);
+								
+			}
+			else
+			{
+				
+				$oFrontendCountry = $this->shop->getDefaultCountry();
+				
+			}
+			
 			switch ($field_value)
 			{
@@ -1077,4 +1091,5 @@
 
 				case 'produkt_mwst': $return = $produkt['mwst_key']; break;
+				case 'produkt_mwst_value': $return = wpsg_ff($oFrontendCountry->getTax($produkt['mwst_key'])); break;
 				case 'produkt_feinheit': $return = $produkt['feinheit']; break;
 				case 'produkt_fmenge': $return = $produkt['fmenge']; break;
