Subversion Repositories wpShopGermany4

Rev

Rev 7160 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7155 thomas 1
<?php
2
 
3
	/**
4
	 * Template für die Anzeige der Füllmenge im Warenkorb
5
	 */
7160 daniel 6
 
7155 thomas 7
?>
8
<div class="product_info">
7160 daniel 9
 
10
    <div>
7155 thomas 11
 
7160 daniel 12
        <span class="fa  fa-balance-scale"></span>
13
 
14
        <?php echo wpsg_translate(__('Füllmenge:', 'wpsg')); ?>
7649 daniel 15
        <?php echo $this->callMod('wpsg_mod_fuellmenge', 'renderPriceInfo', [$this->view['p']['preis'], $this->view['p']['fmenge'], $this->view['p']['id'], 1]); ?>
7160 daniel 16
 
7155 thomas 17
	</div>
7160 daniel 18
 
7155 thomas 19
</div>