Line 175... |
Line 175... |
175 |
<?php echo __('Versandkosten', 'wpsg'); ?>
|
175 |
<?php echo __('Versandkosten', 'wpsg'); ?>
|
176 |
<?php echo __(' ('.$this->arShipping[$arCalculation['shipping'][0]['shipping_key']]['name'].')', 'wpsg'); ?>
|
176 |
<?php echo __(' ('.$this->arShipping[$arCalculation['shipping'][0]['shipping_key']]['name'].')', 'wpsg'); ?>
|
177 |
<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Versandart ändern', 'wpsg'); ?>" onclick="return WPSG_BE_Pay_Ship.changeShippingPayment();"><span class="glyphicon glyphicon-pencil"></span></a>
|
177 |
<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Versandart ändern', 'wpsg'); ?>" onclick="return WPSG_BE_Pay_Ship.changeShippingPayment();"><span class="glyphicon glyphicon-pencil"></span></a>
|
178 |
</td>
|
178 |
</td>
|
179 |
<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
179 |
<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
- |
|
180 |
|
180 |
<td><?php echo $arTaxShort[$arCalculation['shipping'][0]['tax_key']]; ?></td>
|
181 |
<!-- <td><?php // echo $arTaxShort[$arCalculation['shipping'][0]['tax_key']]; ?></td> -->
|
- |
|
182 |
<td><?php echo (($arCalculation['shipping'][0]['brutto'] === $arCalculation['shipping'][0]['netto'])?wpsg_ff(0, '%'):$arTaxShort[$arCalculation['shipping'][0]['tax_key']]); ?></td>
|
- |
|
183 |
|
181 |
<?php } ?>
|
184 |
<?php } ?>
|
182 |
<td class="wpsg_cell_shipping_value wpsg_cell_gesamtpreis" colspan="2">
|
185 |
<td class="wpsg_cell_shipping_value wpsg_cell_gesamtpreis" colspan="2">
|
183 |
<span id="wpsg_cell_shipping_value"><?php echo wpsg_ff($price_shipping); ?> </span>
|
186 |
<span id="wpsg_cell_shipping_value"><?php echo wpsg_ff($price_shipping); ?> </span>
|
184 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
187 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
185 |
|
188 |
|
Line 201... |
Line 204... |
201 |
<?php echo __('Zahlungsart', 'wpsg'); ?>
|
204 |
<?php echo __('Zahlungsart', 'wpsg'); ?>
|
202 |
<?php echo __(' ('.$this->arPayment[$arCalculation['payment'][0]['payment_key']]['name'].')', 'wpsg'); ?>
|
205 |
<?php echo __(' ('.$this->arPayment[$arCalculation['payment'][0]['payment_key']]['name'].')', 'wpsg'); ?>
|
203 |
<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Zahlungsart ändern', 'wpsg'); ?>" onclick="return WPSG_BE_Pay_Ship.changeShippingPayment();"><span class="glyphicon glyphicon-pencil"></span></a>
|
206 |
<a href="#" class="wpsg-glyphlink-td" title="<?php echo __('Zahlungsart ändern', 'wpsg'); ?>" onclick="return WPSG_BE_Pay_Ship.changeShippingPayment();"><span class="glyphicon glyphicon-pencil"></span></a>
|
204 |
</td>
|
207 |
</td>
|
205 |
<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
208 |
<?php if (sizeof($arCalculation['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1') { ?>
|
- |
|
209 |
|
206 |
<td><?php echo $arTaxShort[$arCalculation['payment'][0]['tax_key']]; ?></td>
|
210 |
<!-- <td><?php // echo $arTaxShort[$arCalculation['payment'][0]['tax_key']]; ?></td> -->
|
- |
|
211 |
<td><?php echo (($arCalculation['payment'][0]['brutto'] === $arCalculation['payment'][0]['netto'])?wpsg_ff(0, '%'):$arTaxShort[$arCalculation['payment'][0]['tax_key']]); ?></td>
|
- |
|
212 |
|
207 |
<?php } ?>
|
213 |
<?php } ?>
|
208 |
<td class="wpsg_cell_payment_value wpsg_cell_gesamtpreis" colspan="2">
|
214 |
<td class="wpsg_cell_payment_value wpsg_cell_gesamtpreis" colspan="2">
|
209 |
<span id="wpsg_cell_payment_value"><?php echo wpsg_ff($price_payment); ?> </span>
|
215 |
<span id="wpsg_cell_payment_value"><?php echo wpsg_ff($price_payment); ?> </span>
|
210 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
216 |
<?php echo $this->get_option('wpsg_currency'); ?>
|
211 |
|
217 |
|