Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
1401 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Anzeige des Produktgewichts im Warenkorb
5
	 */
1517 david 6
	//wpsg_debug($this->view);
1401 daniel 7
?>
6330 hartmut 8
<div class="product_info">
7359 daniel 9
	<div class="title">
6857 hartmut 10
		<span class="fa  fa-balance-scale"></span>
6726 thomas 11
		<?php echo __("Gewicht", "wpsg"); ?>:
6857 hartmut 12
		<strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
7160 daniel 13
	</div>
6330 hartmut 14
</div>