Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 8296)
+++ /model/wpsg_product.class.php	(revision 8299)
@@ -744,5 +744,5 @@
 		/**
 		 * Gibt einen String zurÃŒck. Entwickelt fÃŒr die Googel Produktfeed Versandintegration
-		 * Komma getrenntes Format: '<LÃ€nderkÃŒrzel>:::<Versandkosten>,...'
+		 * Format: '<LÃ€nderkÃŒrzel>:::<Versandkosten>'
 		 * @return string
 		 */
Index: /mods/wpsg_mod_orderupload.class.php
===================================================================
--- /mods/wpsg_mod_orderupload.class.php	(revision 8296)
+++ /mods/wpsg_mod_orderupload.class.php	(revision 8299)
@@ -36,4 +36,6 @@
 			$this->shop->checkDefault('wpsg_mod_orderupload_multifiles', '0');
 			$this->shop->checkDefault('wpsg_mod_orderupload_optional', '0');
+			$this->shop->checkDefault('wpsg_mod_orderupload_maxweight', '25');
+			$this->shop->checkDefault('wpsg_mod_orderupload_maxweight_text', 'Bestellupload zu groÃ. Bitte DateigrÃ¶Ãe reduzieren.');
 
             require_once(WPSG_PATH_WP.'/wp-admin/includes/upgrade.php');
Index: /views/mods/mod_orderupload/checkout_inner_prebutton.phtml
===================================================================
--- /views/mods/mod_orderupload/checkout_inner_prebutton.phtml	(revision 8296)
+++ /views/mods/mod_orderupload/checkout_inner_prebutton.phtml	(revision 8299)
@@ -19,5 +19,5 @@
 	
 	<div class="wpsg_inner">
-			
+
 		<?php if ($this->view['wpsg_mod_orderupload']['uploadsum'] > 0) { ?>
 			<input class="wpsg_orderupload_checkout_button" type="file" name="wpsg_mod_orderupload_file" />
@@ -48,5 +48,5 @@
 	<?php /* Counter, wie viel MB noch ÃŒbrig sind */?>
 	<label class="wpsg_fileweight">
-		<?php echo wpsg_translate(__('Es stehen Ihnen #1# Mb von #2# Mb fÃŒr den Upload zur VerfÃŒgung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'],$this->view['wpsg_mod_orderupload']['maxweight']);?>
+		<?php echo wpsg_translate( __('Es stehen Ihnen #1# Mb von #2# Mb fÃŒr den Upload zur VerfÃŒgung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'], $this->view['wpsg_mod_orderupload']['maxweight'] );?>
 	</label>
 	
