Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 7325)
+++ /lib/wpsg_basket.class.php	(revision 7326)
@@ -1992,5 +1992,5 @@
 						'tax_key' => $arTaxKey[0],
 						'sum' => $tax['sum'],
-						'name' => $oCalculation->getTaxLabelArray()[$tax_key],
+						'name' => $oCalculation->getTaxLabelArray(true)[$tax_key],
 						'value' => $tax['tax_value'],
 						'base_value' => $tax['brutto']
Index: /mods/wpsg_mod_abo.class.php
===================================================================
--- /mods/wpsg_mod_abo.class.php	(revision 7325)
+++ /mods/wpsg_mod_abo.class.php	(revision 7326)
@@ -328,5 +328,5 @@
 		{
 
-			if (isset($_REQUEST['wpsg_lang'])) return false;
+			if (!wpsg_isSizedInt($product_data['id']) || isset($_REQUEST['wpsg_lang'])) return false;
 
 			if ($product_data['wpsg_mod_abo_resell'] > 0)
Index: /mods/wpsg_mod_scaleprice.class.php
===================================================================
--- /mods/wpsg_mod_scaleprice.class.php	(revision 7325)
+++ /mods/wpsg_mod_scaleprice.class.php	(revision 7326)
@@ -74,4 +74,6 @@
 		{
 		
+			if (!wpsg_isSizedInt($product_data['id'])) return;
+			
 			$this->shop->view['wpsg_mod_scaleprice']['product'] = $product_data; 
 			
