Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 7353)
+++ /lib/wpsg_basket.class.php	(revision 7354)
@@ -1744,10 +1744,16 @@
 				
 				if (wpsg_isSizedDouble($tax['sum'])) {
-					
+					 
+					// Anteilig muss ich nicht anzeigen, da dieser Teil schon in den SÃ€tzen enthalten ist
+					if ($tax_key == '0') continue;
+						 
 					$arTaxKey = explode('_', $tax_key);
-					
+						
+					$country_id = $arTaxKey[1];
+					$tax_key_clear = $arTaxKey[0];
+															
 					$arReturn['mwst'][$tax_key] = [
-						'country' => $arTaxKey[1],
-						'tax_key' => $arTaxKey[0],
+						'country' => $country_id,
+						'tax_key' => $tax_key_clear,
 						'sum' => $tax['sum'],
 						'name' => $oCalculation->getTaxLabelArray(true)[$tax_key],
