Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Go to most recent revision | 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 Integration des Produktgewichts in die Bestellzusammenfassung
5
	 */
6
 
7
?>
3024 daniel 8
<tr class="wpsg_row_weight wpsg_row_small">
9
	<td colspan="<?php echo $this->view['colspan']; ?>" class="wpsg_cell_weight_label">
10
		<?php echo __('Gesamtgewicht', 'wpsg'); ?>:
11
	</td>
12
	<td class="wpsg_cell_weight_value">
13
		<?php echo wpsg_ff($this->view['wpsg_mod_weight']['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
14
	</td>
15
</tr>