Line 108... |
Line 108... |
108 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
108 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
109 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst"></td>
|
109 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst"></td>
|
110 |
<?php } ?>
|
110 |
<?php } ?>
|
111 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
111 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
112 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis'], $this->get_option('wpsg_currency')); ?></td>
|
112 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis'], $this->get_option('wpsg_currency')); ?></td>
|
113 |
</tr>
|
113 |
</tr>
|
- |
|
114 |
<?php if ($this->view['basket']['sum']['preis_shipping'] != 0 || $this->get_option('wpsg_hideemptyshipping') != '1') { ?>
|
114 |
<tr class="shippingtotalrow">
|
115 |
<tr class="shippingtotalrow">
|
115 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name" colspan="2"><?php echo __('Versandkosten', 'wpsg'); ?>:</td>
|
116 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name" colspan="2"><?php echo __('Versandkosten', 'wpsg'); ?>:</td>
|
116 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
117 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
117 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
118 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
118 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst">
|
119 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst">
|
Line 124... |
Line 125... |
124 |
</td>
|
125 |
</td>
|
125 |
<?php } ?>
|
126 |
<?php } ?>
|
126 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
127 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
127 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis_shipping'], $this->get_option('wpsg_currency')); ?></td>
|
128 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis_shipping'], $this->get_option('wpsg_currency')); ?></td>
|
128 |
</tr>
|
129 |
</tr>
|
- |
|
130 |
<?php } ?>
|
129 |
<?php if (wpsg_isSizedArray($this->view['basket']['shipping']['methods'])) { ?>
|
131 |
<?php if (wpsg_isSizedArray($this->view['basket']['shipping']['methods'])) { ?>
|
130 |
<?php foreach ($this->view['basket']['shipping']['methods'] as $shipping) { ?>
|
132 |
<?php foreach ($this->view['basket']['shipping']['methods'] as $shipping) { ?>
|
131 |
<tr class="shippingtotalrow shippingsubrow">
|
133 |
<tr class="shippingtotalrow shippingsubrow">
|
132 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_pos"> </td>
|
134 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_pos"> </td>
|
133 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" colspan="2" class="col_name"><?php echo wpsg_hspc($this->getShippingName($shipping)); ?></td>
|
135 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" colspan="2" class="col_name"><?php echo wpsg_hspc($this->getShippingName($shipping)); ?></td>
|
Line 149... |
Line 151... |
149 |
<?php } ?>
|
151 |
<?php } ?>
|
150 |
</td>
|
152 |
</td>
|
151 |
</tr>
|
153 |
</tr>
|
152 |
<?php } ?>
|
154 |
<?php } ?>
|
153 |
<?php } ?>
|
155 |
<?php } ?>
|
- |
|
156 |
<?php if ($this->view['basket']['sum']['preis_payment'] != 0 || $this->get_option('wpsg_hideemptypayment') != '1') { ?>
|
154 |
<tr class="paymenttotalrow">
|
157 |
<tr class="paymenttotalrow">
|
155 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name" colspan="2"><?php echo __('Zahlungskosten', 'wpsg'); ?>:</td>
|
158 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_name" colspan="2"><?php echo __('Zahlungskosten', 'wpsg'); ?>:</td>
|
156 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
159 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_price"> </td>
|
157 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
160 |
<?php if (sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
158 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst">
|
161 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_mwst">
|
Line 164... |
Line 167... |
164 |
</td>
|
167 |
</td>
|
165 |
<?php } ?>
|
168 |
<?php } ?>
|
166 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
169 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_amount"> </td>
|
167 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis_payment'], $this->get_option('wpsg_currency')); ?></td>
|
170 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" class="col_sum"><?php echo wpsg_ff($this->view['basket']['sum']['preis_payment'], $this->get_option('wpsg_currency')); ?></td>
|
168 |
</tr>
|
171 |
</tr>
|
- |
|
172 |
<?php } ?>
|
169 |
<?php if ($this->get_option('wpsg_kleinunternehmer') == '1') { ?>
|
173 |
<?php if ($this->get_option('wpsg_kleinunternehmer') == '1') { ?>
|
170 |
<tr class="smallbuisnessrulerow">
|
174 |
<tr class="smallbuisnessrulerow">
|
171 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') === '1')?'6':'5'); ?>">
|
175 |
<td style="padding:4px; line-height:100%; vertical-align:middle;" colspan="<?php echo ((sizeof($this->view['basket']['mwst']) > 1 || $this->get_option('wpsg_showMwstAlways') === '1')?'6':'5'); ?>">
|
172 |
<?php echo $this->get_option('wpsg_kleinunternehmer_text'); ?>
|
176 |
<?php echo $this->get_option('wpsg_kleinunternehmer_text'); ?>
|
173 |
</td>
|
177 |
</td>
|