Line 235... |
Line 235... |
235 |
<option><?php echo __('Bitte wählen', 'wpsg')?></option>
|
235 |
<option><?php echo __('Bitte wählen', 'wpsg')?></option>
|
236 |
<?php foreach ($this->arShipping as $s_id => $s) { ?>
|
236 |
<?php foreach ($this->arShipping as $s_id => $s) { ?>
|
237 |
<option <?php echo (($s['id'] == $this->view['basket']['checkout']['shipping'])?'selected="selected"':''); ?> value="<?php echo $s_id; ?>"><?php echo wpsg_hspc(__($s['name'], 'wpsg')); ?></option>
|
237 |
<option <?php echo (($s['id'] == $this->view['basket']['checkout']['shipping'])?'selected="selected"':''); ?> value="<?php echo $s_id; ?>"><?php echo wpsg_hspc(__($s['name'], 'wpsg')); ?></option>
|
238 |
<?php } ?>
|
238 |
<?php } ?>
|
239 |
</select>
|
239 |
</select>
|
240 |
<?php } else if (!wpsg_isSizedArray($this->arShipping) || !array_key_exists($this->view['basket']['checkout']['shipping'], $this->arShipping)) { ?>
|
240 |
<?php } else if (!wpsg_isSizedArray($this->arShipping)) { ?>
|
241 |
<span><?php echo __('Keine Versandart möglich / Bitte manuell anfragen', 'wpsg'); ?></span>
|
241 |
<span><?php echo __('Keine Versandart möglich / Bitte manuell anfragen', 'wpsg'); ?></span>
|
242 |
<?php } else { ?>
|
242 |
<?php } else { ?>
|
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') { ?>
|