Index: /changelog
===================================================================
--- /changelog	(revision 7679)
+++ /changelog	(revision 7680)
@@ -342,2 +342,3 @@
 - Bugfix: Kopieren von Bildern funktioniert auch ohne url_wrapper korrekt
 - Bugfix: E-Mail in HTML Mail korrekt verlinkt
+- Bugfix: FÃŒllmengenpreisanzeige in ProduktÃŒbersichten korrigiert
Index: /views/mods/mod_productindex/css/productindex.css
===================================================================
--- /views/mods/mod_productindex/css/productindex.css	(revision 7679)
+++ /views/mods/mod_productindex/css/productindex.css	(revision 7680)
@@ -36,2 +36,4 @@
 .wpsg_mod_productindex_grid .wpsg_produkt_soldout { color:#FF0000; }
 .wpsg_mod_productindex_kuhint { font-size:1em; line-height:125%; margin-top:20px; font-style:italic; }
+
+.wpsg_mod_productindex .wpsg_mod_fuellmenge_info { font-size:0.75em; }
Index: /views/mods/mod_productindex/layouts/grid.phtml
===================================================================
--- /views/mods/mod_productindex/layouts/grid.phtml	(revision 7679)
+++ /views/mods/mod_productindex/layouts/grid.phtml	(revision 7680)
@@ -111,19 +111,5 @@
 								<?php } ?>
 							</div>
-
-							<div class="wpsg_mod_productindex_fmenge">
-								<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') {Â ?>
-									<?php if (($p['fmenge']) > '0') { ?>
-										<?php echo wpsg_translate(__('FÃŒllmenge: #1#', 'wpsg'), wpsg_ff($p['fmenge'], $p['feinheit'])); ?>
-										<br />
-										<?php if ($this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis') == '1') { ?>
-											<?php echo wpsg_translate(__('Grundpreis: #1# / #2#', 'wpsg'),
-												wpsg_ff($p['fmenge_preis'], $this->get_option('wpsg_currency')),
-												wpsg_ff($this->get_option('wpsg_mod_fuellmenge_bezug'), $p['feinheit'])
-											); ?>
-										<?php } ?>
-									<?php } ?>
-								<?php } ?>
-							</div>						
+							
 						</div>
 
@@ -173,4 +159,10 @@
 						<?php } /* Abfrage Preisanzeige nur fÃŒr eingeloggte Benutzer ENDE */?>
 
+						<div class="wpsg_mod_productindex_fmenge">
+							<?php if ($this->hasMod('wpsg_mod_fuellmenge') && $this->get_option('wpsg_mod_fuellmenge_showProductindex_fmenge') == '1') { ?>
+								<?php echo $this->callMod('wpsg_mod_fuellmenge', 'renderPriceInfo', [$oProduct->getPrice($p['product_key']), $p['fmenge'], $oProduct->getId()]); ?>
+							<?php } ?>
+						</div>
+						
 						<div class="wpsg_mod_productindex_button">
 
