Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 7144)
+++ /controller/wpsg_ShopController.class.php	(revision 7146)
@@ -1897,8 +1897,10 @@
 			else
 			{
+			    
+                $tax_value_default_country = $this->getDefaultCountry()->getTax($produkt['mwst_key']);
 
 				// Preis im Backend ist in Brutto
 				$produkt['preis_brutto'] = $produkt['preis'];
-				$produkt['preis_netto'] = wpsg_calculatePreis($produkt['preis'], WPSG_NETTO, $produkt['mwst_value']);
+				$produkt['preis_netto'] = wpsg_calculatePreis($produkt['preis'], WPSG_NETTO, $tax_value_default_country);
 
 			}
