Line 43... |
Line 43... |
43 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
43 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
44 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
44 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
45 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst"></td>
|
45 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst"></td>
|
46 |
<?php } ?>
|
46 |
<?php } ?>
|
47 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
47 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
48 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><strong><?php echo wpsg_ff($this->view['basket']['arCalculation']['topay_brutto'], $this->get_option('wpsg_currency')); ?></strong></td>
|
48 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><strong><?php echo wpsg_ff($this->view['basket']['arCalculation']['sum']['topay_brutto'], $this->get_option('wpsg_currency')); ?></strong></td>
|
49 |
</tr>
|
49 |
</tr>
|
50 |
|
50 |
|
51 |
|
51 |
|