Subversion Repositories wpShopGermany4

Rev

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

Rev 8421 Rev 8430
Line 28... Line 28...
28
			
28
			
29
			<?php echo wpsg_drawForm_Checkbox('wpsg_vp_product_stock_varinotchange', __('Produktbestand in Varianten nicht verringern', 'wpsg'), $this->get_option('wpsg_vp_product_stock_varinotchange'), [
29
			<?php echo wpsg_drawForm_Checkbox('wpsg_vp_product_stock_varinotchange', __('Produktbestand in Varianten nicht verringern', 'wpsg'), $this->get_option('wpsg_vp_product_stock_varinotchange'), [
30
				'hint' => __('Ist diese Option aktiv, so wird bei Kauf der Bestand in den Varianten nicht verringert.', 'wpsg'), 'help' => 'wpsg_vp_product_stock_varinotchange'
30
				'hint' => __('Ist diese Option aktiv, so wird bei Kauf der Bestand in den Varianten nicht verringert.', 'wpsg'), 'help' => 'wpsg_vp_product_stock_varinotchange'
31
			]); ?>
31
			]); ?>
32
			
32
			
-
 
33
			<?php echo wpsg_drawForm_Checkbox('wpsg_vp_product_stock_display', __('Produktbestand statt Variantenbestand anzeigen', 'wpsg'), $this->get_option('wpsg_vp_product_stock_display'), [
-
 
34
				'hint' => __('Ist diese Option aktiv, so wird im nur der Produktbestand im PRodukttemplate (Frontend) angezeigt..', 'wpsg'), 'help' => 'wpsg_vp_product_stock_display'
-
 
35
			]); ?>
-
 
36
			
33
		</div>
37
		</div>
34
</div>
38
</div>
35
 
39
 
36
 
40
 
37
<script type="text/javascript">/* <![CDATA[ */
41
<script type="text/javascript">/* <![CDATA[ */