Subversion Repositories wpShopGermany4

Rev

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

Rev 7383 Rev 7604
Line 19... Line 19...
19
 
19
 
20
<br/>
20
<br/>
21
 
21
 
22
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_minstockproduct',  __('Minimalbestand im Produkt hinterlegen', 'wpsg'), $this->get_option('wpsg_mod_stock_minstockproduct'), array('help' => 'wpsg_mod_stock_minstockproduct')); ?>
22
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_minstockproduct',  __('Minimalbestand im Produkt hinterlegen', 'wpsg'), $this->get_option('wpsg_mod_stock_minstockproduct'), array('help' => 'wpsg_mod_stock_minstockproduct')); ?>
23
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_hideSoldout',  __('Ausverkaufte Produkte nicht anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_hideSoldout'), array('help' => 'wpsg_mod_stock_hideSoldout')); ?>
23
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_hideSoldout',  __('Ausverkaufte Produkte nicht anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_hideSoldout'), array('help' => 'wpsg_mod_stock_hideSoldout')); ?>
-
 
24
 
-
 
25
<?php if ($this->hasMod('wpsg_mod_productgroups')) { ?>
-
 
26
	
-
 
27
	<br />
-
 
28
	
-
 
29
	<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_updateProductSave', __('Bestand in Produktgruppen automatisch ermitteln.', 'wpsg'), $this->get_option('wpsg_mod_stock_updateProductSave'), ['help' => 'wpsg_mod_stock_updateProductSave']); ?>
-
 
30
 
-
 
31
<?php } ?>
24
 
32
 
25
33