Index: /mods/wpsg_mod_amazon.class.php
===================================================================
--- /mods/wpsg_mod_amazon.class.php	(revision 6639)
+++ /mods/wpsg_mod_amazon.class.php	(revision 6641)
@@ -418,5 +418,5 @@
 					'mwst_null' => $this->shop->get_option('wpsg_mod_amazon_mwstland'),
 					'hint' => __($this->shop->get_option('wpsg_mod_amazon_hint'), 'wpsg'),
-					//'logo' => $this->shop->getRessourceURL('gfx/amazon.png')
+					'logo' => $this->shop->getRessourceURL('gfx/amazon.png')
 				);
 					
Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 6639)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 6641)
@@ -205,5 +205,5 @@
 					'mwst_null' => $this->shop->get_option('wpsg_mod_paypalapi_mwstland'),
 					'hint' => __($this->shop->get_option('wpsg_mod_paypalapi_plus_hint'), 'wpsg'),
-					'logo' => $this->shop->getRessourceURL('gfx/paypal.png')
+					'logo' => $this->shop->getRessourceURL('gfx/paypalplus.png')
 				);
 			
Index: /mods/wpsg_mod_prepayment.class.php
===================================================================
--- /mods/wpsg_mod_prepayment.class.php	(revision 6639)
+++ /mods/wpsg_mod_prepayment.class.php	(revision 6641)
@@ -107,5 +107,6 @@
 				'mwst_value' => $mwst_value,
 				'mwst_null' => $this->shop->get_option('wpsg_mod_prepayment_mwstland'),
-				'hint' => $this->shop->get_option('wpsg_mod_prepayment_hint')
+				'hint' => $this->shop->get_option('wpsg_mod_prepayment_hint'),
+				'logo' => $this->shop->getRessourceURL('gfx/vorkasse.png')
 			);
 			
Index: /mods/wpsg_mod_willcollect.class.php
===================================================================
--- /mods/wpsg_mod_willcollect.class.php	(revision 6639)
+++ /mods/wpsg_mod_willcollect.class.php	(revision 6641)
@@ -149,5 +149,6 @@
 					'mwst_value' => $mwst_value,
 					'mwst_null' => $this->shop->get_option('wpsg_mod_willcollect_mwstland'),
-					'hint' => __($this->shop->get_option('wpsg_mod_willcollect_payment_hint'), 'wpsg')
+					'hint' => __($this->shop->get_option('wpsg_mod_willcollect_payment_hint'), 'wpsg'),
+					'logo' => $this->shop->getRessourceURL('gfx/abholung.png')
 				);
 				
