Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 8320)
+++ /model/wpsg_product.class.php	(revision 8321)
@@ -760,7 +760,9 @@
 			$shippingCosts = array();
 			foreach ($allowedShippingIds as $shippingId) {
+
 				if ($allShippingMethods[$shippingId]['price'] !== '0') {
 					$shippingCosts[$allShippingMethods[$shippingId]['vz']][] = floatval(str_replace(',', '.', substr($allShippingMethods[$shippingId]['price'], 2)));
 				}
+				
 			}
 
@@ -787,4 +789,5 @@
 			$countryCodes = array();
 			foreach (wpsg_country::find() as $country) {
+
 				$countryCode = $country->getShorttext();
 				$shippingZoneId = $country->getShippingZoneId();
@@ -797,9 +800,10 @@
 				 * Service [service]: Hier kann der Versandservice angegeben werden, fÃŒr den die Kosten gelten. Es kÃ¶nnte sich um verschiedene Versandmethoden oder -optionen handeln, wie "Standardversand", "Expressversand" usw.
 				 * Price [price]: Das ist der Preis fÃŒr den Versand.ER kann in einer selbst gewÃ€hlten WÃ€hrung angegeben werden, zum Beispiel "EUR 5.99" oder "5.99 EUR". Wichtig: Beim Preis muss die US Dezimalschreibweise genutzt werden.
-				 * Beispiel: DE:BE::Standardversand:EUR 3.99 ("DE" steht fÃŒr Deutschland und "BE" steht fÃŒr Berlin)
+				 * Beispiel: DE:BE:Standardversand:EUR 3.99 ("DE" steht fÃŒr Deutschland und "BE" steht fÃŒr Berlin)
 				 */
 				if (in_array($countryCode, $allowedCountryCodes)) {
 					$countryCodes[] = $countryCode . ':::' . sprintf('%.2f', $lowestShippingCosts[$shippingZoneId]) . ' ' . $this->shop->get_option('wpsg_currency');
 				}
+
 			}
 
