Subversion Repositories wpShopGermany4

Rev

Rev 7155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7155 Rev 7160
Line 4... Line 4...
4
	 * Template für die Integration der Füllmenge in die Bestellzusammenfassung
4
	 * Template für die Integration der Füllmenge in die Bestellzusammenfassung
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<div class="product_info">
8
<div class="product_info">
-
 
9
 
9
	<div 
10
    <div>
10
		<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
-
 
-
 
11
 
11
		<span class="fa  fa-balance-scale"></span>
12
        <span class="fa  fa-balance-scale"></span>
-
 
13
 
12
		<?php echo __("Füllmenge", "wpsg"); ?>:
14
        <?php echo wpsg_translate(__('Füllmenge:', 'wpsg')); ?>
13
		<strong><?php echo wpsg_ff($this->view['fuellmenge'], $this->get_option('wpsg_mod_fuellmenge_einheit')); ?></strong>
15
        <?php echo $this->callMod('wpsg_mod_fuellmenge', 'renderPriceInfo', [$this->view['p']['preis'], $this->view['p']['fmenge'], $this->view['p']['feinheit'], 1]); ?>
-
 
16
 
14
	</div>
17
    </div>
15
	<br />
18
 
16
</div>
19
</div>
17
20