Rev 7160 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template für die Integration der Füllmenge in die Bestellzusammenfassung
*/
?>
<div class="product_info">
<div
<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
<span class="fa fa-balance-scale"></span>
<?php echo __("Füllmenge", "wpsg"); ?>:
<strong><?php echo wpsg_ff($this->view['fuellmenge'], $this->get_option('wpsg_mod_fuellmenge_einheit')); ?></strong>
</div>
<br />
</div>