Subversion Repositories wpShopGermany4

Rev

Rev 8132 | Rev 8136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8132 Rev 8135
Line 11... Line 11...
11
        '-1' => __('günstigste Versandart', 'wpsg'),
11
        '-1' => __('günstigste Versandart', 'wpsg'),
12
    ]; 
12
    ]; 
13
    
13
    
14
    foreach ($arShipping as $s_key => $s) {
14
    foreach ($arShipping as $s_key => $s) {
15
        
15
        
-
 
16
        if (intval($s['deleted']) !== 1 && intval($s['active']) === 1) {
-
 
17
        
16
        $arShippingPreset[$s_key] = $s['name'];
18
            $arShippingPreset[$s_key] = $s['name'];
-
 
19
 
-
 
20
        }
17
        
21
        
18
    }
22
    }
19
    
23
    
20
?>
24
?>
21
<?php if (!is_array($this->view['data']) || sizeof($this->view['data']) <= 0) { ?>
25
<?php if (!is_array($this->view['data']) || sizeof($this->view['data']) <= 0) { ?>