Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 6747)
+++ /model/wpsg_product.class.php	(revision 6749)
@@ -351,5 +351,7 @@
 		{
 
-			return 19.00;
+		    $oCountry = $this->shop->getFrontendCountry();
+             
+            return $oCountry->getTax($this->mwst_key);
 
 		} // public function getFrontendTaxValue()
Index: /system/old/mod_productview/productview.phtml
===================================================================
--- /system/old/mod_productview/productview.phtml	(revision 6747)
+++ /system/old/mod_productview/productview.phtml	(revision 6749)
@@ -111,7 +111,7 @@
 							<div class="wpsg_mod_productview_tax_wrap">
 								<?php if ($this->getFrontendTaxview() == WPSG_BRUTTO) { ?>
-									<?php echo wpsg_translate(__('inkl. #1#% MwSt. zzgl. <a href="#2#">Versandkosten</a>', 'wpsg'), $oProduct->getFrontendTaxValue(), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
+									<?php echo wpsg_translate(__('inkl. #1# MwSt. zzgl. <a href="#2#">Versandkosten</a>', 'wpsg'), wpsg_ff($oProduct->getFrontendTaxValue(), '%'), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
 								<?php } else if ($this->getFrontendTaxview() == WPSG_NETTO) { ?>
-									<?php echo wpsg_translate(__('zzgl. #1#% MwSt. zzgl. <a href="#2#">Versandkosten</a>', 'wpsg'), $oProduct->getFrontendTaxValue(), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
+									<?php echo wpsg_translate(__('zzgl. #1# MwSt. zzgl. <a href="#2#">Versandkosten</a>', 'wpsg'), wpsg_ff($oProduct->getFrontendTaxValue(), '%'), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
 								<?php } ?>
 							</div>
@@ -183,7 +183,7 @@
 								<div class="wpsg_mod_productview_tax_wrap">
 									<?php if ($this->getFrontendTaxview() == WPSG_BRUTTO) { ?>
-									<?php echo wpsg_translate(__('inkl. #1#% MwSt. zzgl. <a onclick="event.stopPropagation();" href="#2#">Versandkosten</a>', 'wpsg'), $oProduct->getFrontendTaxValue(), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
+									<?php echo wpsg_translate(__('inkl. #1# MwSt. zzgl. <a onclick="event.stopPropagation();" href="#2#">Versandkosten</a>', 'wpsg'), wpsg_ff($oProduct->getFrontendTaxValue(), '%'), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
 									<?php } else if ($this->getFrontendTaxview() == WPSG_NETTO) { ?>
-									<?php echo wpsg_translate(__('zzgl. #1#% MwSt. zzgl. <a onclick="event.stopPropagation(); href="#2#">Versandkosten</a>', 'wpsg'), $oProduct->getFrontendTaxValue(), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
+									<?php echo wpsg_translate(__('zzgl. #1#%MwSt. zzgl. <a onclick="event.stopPropagation(); href="#2#">Versandkosten</a>', 'wpsg'), wpsg_ff($oProduct->getFrontendTaxValue(), '%'), $this->getUrl(wpsg_ShopController::URL_VERSANDKOSTEN)); ?>
 									<?php } ?>
 								</div>
