Line 8... |
Line 8... |
8 |
//wpsg_debug($this->view['basket']['arCalculation']);
|
8 |
//wpsg_debug($this->view['basket']['arCalculation']);
|
9 |
//wpsg_debug($_SESSION['wpsg']);
|
9 |
//wpsg_debug($_SESSION['wpsg']);
|
10 |
//wpsg_debug($this->arShipping);
|
10 |
//wpsg_debug($this->arShipping);
|
11 |
|
11 |
|
12 |
//wpsg_debug(__('Deutschland', 'wpsg'));
|
12 |
//wpsg_debug(__('Deutschland', 'wpsg'));
|
13 |
|
13 |
|
14 |
if ($this->getFrontendTaxView() === WPSG_BRUTTO) $display_brutto_netto = 'brutto';
|
14 |
if ($this->getFrontendTaxView() === WPSG_BRUTTO) $display_brutto_netto = 'brutto';
|
15 |
else $display_brutto_netto = 'netto';
|
15 |
else $display_brutto_netto = 'netto';
|
16 |
|
16 |
|
17 |
?>
|
17 |
?>
|
18 |
<div class="wpsg wpsg_basket <?php echo ((isset($_REQUEST['wpsg_basket_ajax']))?'wpsg_basket_ajax':''); ?>">
|
18 |
<div class="wpsg wpsg_basket <?php echo ((isset($_REQUEST['wpsg_basket_ajax']))?'wpsg_basket_ajax':''); ?>">
|
Line 243... |
Line 243... |
243 |
<span><?php echo $this->arShipping[$this->view['basket']['checkout']['shipping']]['name']; ?></span>
|
243 |
<span><?php echo $this->arShipping[$this->view['basket']['checkout']['shipping']]['name']; ?></span>
|
244 |
<?php } ?>
|
244 |
<?php } ?>
|
245 |
<?php if ($this->get_option('wpsg_hideBasketCountrySelect') != '1') { ?>
|
245 |
<?php if ($this->get_option('wpsg_hideBasketCountrySelect') != '1') { ?>
|
246 |
<select name="set_land" id="set_land" class="wpsg_form_submit set_land">
|
246 |
<select name="set_land" id="set_land" class="wpsg_form_submit set_land">
|
247 |
<?php foreach ($this->view['arLander'] as $l_id => $l) { ?>
|
247 |
<?php foreach ($this->view['arLander'] as $l_id => $l) { ?>
|
248 |
<option <?php echo (($l_id == $this->getFrontendCountry(true))?'selected="selected"':''); ?> value="<?php echo $l_id; ?>"><?php echo wpsg_hspc(__($l, 'wpsg')); ?></option>
|
248 |
<option <?php echo (($l_id == $this->getFrontendShippingCountry(true))?'selected="selected"':''); ?> value="<?php echo $l_id; ?>"><?php echo wpsg_hspc(__($l, 'wpsg')); ?></option>
|
249 |
<?php } ?>
|
249 |
<?php } ?>
|
250 |
</select>
|
250 |
</select>
|
251 |
<?php } else { ?>
|
251 |
<?php } else { ?>
|
252 |
<input type="hidden" name="set_land" value="<?php echo $this->view['basket']['checkout']['shipping_land']; ?>" />
|
252 |
<input type="hidden" name="set_land" value="<?php echo $this->view['basket']['checkout']['shipping_land']; ?>" />
|
253 |
<?php } ?>
|
253 |
<?php } ?>
|