Subversion Repositories wpShopGermany4

Rev

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

Rev 8007 Rev 8411
Line 15... Line 15...
15
?>
15
?>
16
	
16
	
17
<?php 
17
<?php 
18
	
18
	
19
	echo wpsg_drawForm_Select('wpsg_customerpreset_payment', __('Standard Zahlungsart', 'wpsg'), [
19
	echo wpsg_drawForm_Select('wpsg_customerpreset_payment', __('Standard Zahlungsart', 'wpsg'), [
-
 
20
		'0' => __('Bitte wählen', 'wpsg'),
20
		'-1' => __('günstigste Zahlungsart', 'wpsg')
21
		'-1' => __('günstigste Zahlungsart', 'wpsg')
21
	] + $this->view['arPayment'], $this->get_option('wpsg_customerpreset_payment'), array('help' => 'wpsg_customerpreset_payment')); 
22
	] + $this->view['arPayment'], $this->get_option('wpsg_customerpreset_payment'), array('help' => 'wpsg_customerpreset_payment')); 
22
 
23
 
23
?>
24
?>
24
	
25