Subversion Repositories wpShopGermany4

Rev

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

Rev 5439 Rev 5532
Line 22... Line 22...
22
		<div class="panel panel-default">
22
		<div class="panel panel-default">
23
  			<div class="panel-heading clearfix">
23
  			<div class="panel-heading clearfix">
24
          		<h3 class="panel-title"><?php echo __('Preiskalkulation', 'wpsg'); ?></h3>
24
          		<h3 class="panel-title"><?php echo __('Preiskalkulation', 'wpsg'); ?></h3>
25
        	</div>
25
        	</div>
26
  			<div class="panel-body">
26
  			<div class="panel-body">
27
	
27
						
28
				<?php echo wpsg_drawForm_Checkbox('wpsg_hideemptyshipping', __('Versandkosten bei 0 ausblenden', 'wpsg'), $this->get_option('wpsg_hideemptyshipping'), array('help' => 'Preiskalkulation_wpsg_hideemptyshipping')); ?>
-
 
29
				<?php echo wpsg_drawForm_Checkbox('wpsg_hideemptypayment', __('Zahlungskosten bei 0 ausblenden', 'wpsg'), $this->get_option('wpsg_hideemptypayment'), array('help' => 'Preiskalkulation_wpsg_hideemptypayment')); ?>
-
 
30
	
-
 
31
				<?php echo wpsg_drawForm_Checkbox('wpsg_kleinunternehmer', __('Kleinunternehmerregelung', 'wpsg'), $this->get_option('wpsg_kleinunternehmer'), array('help' => 'Preiskalkulation_wpsg_kleinunternehmer')); ?>
-
 
32
				
-
 
33
				<div class="wpsg_kleinunternehmer_layer wpsg_kleinunternehmer_layer_1">
28
				<div class="wpsg_kleinunternehmer_layer wpsg_kleinunternehmer_layer_1">
34
					<?php echo wpsg_drawForm_Textarea('wpsg_kleinunternehmer_text', __('Kleinunternehmerregelung Text', 'wpsg'), $this->get_option('wpsg_kleinunternehmer_text'), array()) ?>
29
					<?php echo wpsg_drawForm_Textarea('wpsg_kleinunternehmer_text', __('Kleinunternehmerregelung Text', 'wpsg'), $this->get_option('wpsg_kleinunternehmer_text'), array()) ?>
35
				</div>
30
				</div>
36
				
31
				
37
				<div class="wpsg_kleinunternehmer_layer wpsg_kleinunternehmer_layer_0">
32
				<div class="wpsg_kleinunternehmer_layer wpsg_kleinunternehmer_layer_0">
38
					<?php echo wpsg_drawForm_Select('wpsg_preisangaben', __('Preisangaben im Shop (Backend)', 'wpsg'), array(
33
					<?php echo wpsg_drawForm_Select('wpsg_preisangaben', __('Preisangaben im Shop (Backend)', 'wpsg'), array(
39
						WPSG_NETTO => __('Netto (zzgl. Steuer)', 'wpsg'),
34
						WPSG_NETTO => __('Netto (zzgl. Steuer)', 'wpsg'),
40
						WPSG_BRUTTO => __('Brutto (inkl. Steuer)', 'wpsg')
35
						WPSG_BRUTTO => __('Brutto (inkl. Steuer)', 'wpsg')
41
					), $this->get_option('wpsg_preisangaben')); ?>				
36
					), $this->get_option('wpsg_preisangaben')); ?>				
42
					<?php echo wpsg_drawForm_Select('wpsg_preisangaben_frontend', __('Preisangaben im Shop (Frontend)', 'wpsg'), array(WPSG_BRUTTO => __('Brutto (inkl. Steuer)', 'wpsg'), WPSG_NETTO => __('Netto (zzgl. Steuer)', 'wpsg')), $this->get_option('wpsg_preisangaben_frontend')); ?>					
37
					<?php echo wpsg_drawForm_Select('wpsg_preisangaben_frontend', __('Preisangaben im Shop (Frontend)', 'wpsg'), array(WPSG_BRUTTO => __('Brutto (inkl. Steuer)', 'wpsg'), WPSG_NETTO => __('Netto (zzgl. Steuer)', 'wpsg')), $this->get_option('wpsg_preisangaben_frontend')); ?>					
43
				</div>			
38
				</div>
-
 
39
				
-
 
40
				<?php echo wpsg_drawForm_Checkbox('wpsg_kleinunternehmer', __('Kleinunternehmerregelung', 'wpsg'), $this->get_option('wpsg_kleinunternehmer'), array('help' => 'Preiskalkulation_wpsg_kleinunternehmer')); ?>			
44
								
41
								
-
 
42
				<?php echo wpsg_drawForm_Checkbox('wpsg_hideemptyshipping', __('Versandkosten bei 0 ausblenden', 'wpsg'), $this->get_option('wpsg_hideemptyshipping'), array('help' => 'Preiskalkulation_wpsg_hideemptyshipping')); ?>
-
 
43
				<?php echo wpsg_drawForm_Checkbox('wpsg_hideemptypayment', __('Zahlungskosten bei 0 ausblenden', 'wpsg'), $this->get_option('wpsg_hideemptypayment'), array('help' => 'Preiskalkulation_wpsg_hideemptypayment')); ?>	
-
 
44
												
45
			</div>
45
			</div>
46
		</div>
46
		</div>
47
				
47
				
48
		<input type="hidden" name="subaction" value="kalkulation" />
48
		<input type="hidden" name="subaction" value="kalkulation" />
49
			
49