Rev 5261 | Rev 6726 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template für die Integration des Produktgewichts in die Bestellzusammenfassung
*/
?>
<div class="product_info">
<div
<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
<?php echo __("Gewicht", "wpsg"); ?>
</div>
<div class="valuer">
<?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
</div>
<div class="dummyr">
<?php echo __(' '); ?>
</div>
</div>