Subversion Repositories wpShopGermany4

Rev

Rev 8065 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8065 Rev 8274
Line 49... Line 49...
49
    }
49
    }
50
        
50
        
51
?>
51
?>
52
 
52
 
53
<div id="editPayShipping">
53
<div id="editPayShipping">
54
    <?php wpsg_debug($price_shipping); ?>
-
 
-
 
54
    
55
    <?php echo wpsg_drawForm_Select('edit_shipping_type', __('Versandart', 'wpsg'), $arShippingSelect,$this->view['data']['type_shipping']); ?>
55
    <?php echo wpsg_drawForm_Select('edit_shipping_type', __('Versandart', 'wpsg'), $arShippingSelect,$this->view['data']['type_shipping']); ?>
56
    <?php echo wpsg_drawForm_Input('edit_shipping_price', __('Kosten', 'wpsg').$price_suffix, $price_shipping);  ?> 
56
    <?php echo wpsg_drawForm_Input('edit_shipping_price', __('Kosten', 'wpsg').$price_suffix, $price_shipping);  ?> 
57
    
57
    
58
    <br />
58
    <br />
59
 
59