Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 6332
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template für die Integration des Produktgewichts in die Bestellzusammenfassung
4
	 * Template für die Integration des Produktgewichts in die Bestellzusammenfassung
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<tr class="wpsg_row_weight wpsg_row_small">
8
<div class="overview_sum_row">
9
	<td colspan="<?php echo $this->view['colspan']; ?>" class="wpsg_cell_weight_label">
9
	<div class="title">
10
		<?php echo __('Gesamtgewicht', 'wpsg'); ?>:
10
		<?php echo __('Gesamtgewicht', 'wpsg'); ?>:
11
	</td>
11
	</div>
12
	<td class="wpsg_cell_weight_value">
12
	<div class="value">
13
		<?php echo wpsg_ff($this->view['wpsg_mod_weight']['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
13
		<?php echo wpsg_ff($this->view['wpsg_mod_weight']['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>
14
	</td>
-
 
15
</tr>
-
 
16
14
	</div>
-
 
15
    <div class="value">
-
 
16
        <?php echo __('&nbsp;'); ?>
-
 
17
    </div>
-
 
18
</div>
-
 
19
17
20