Line 30... |
Line 30... |
30 |
<?php if ($this->hasMod('wpsg_mod_productindex')) { ?>
|
30 |
<?php if ($this->hasMod('wpsg_mod_productindex')) { ?>
|
31 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_showProductindex', __('Bestand in Produktübersicht (Frontend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_showProductindex'), array('help' => 'wpsg_mod_stock_showProductindex')); ?>
|
31 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_showProductindex', __('Bestand in Produktübersicht (Frontend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_showProductindex'), array('help' => 'wpsg_mod_stock_showProductindex')); ?>
|
32 |
<?php } ?>
|
32 |
<?php } ?>
|
33 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_showProduct', __('Bestand in Produkt (Frontend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_showProduct'), array('help' => 'wpsg_mod_stock_showProduct')); ?>
|
33 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_stock_showProduct', __('Bestand in Produkt (Frontend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_stock_showProduct'), array('help' => 'wpsg_mod_stock_showProduct')); ?>
|
34 |
|
34 |
|
- |
|
35 |
<br />
|
- |
|
36 |
|
- |
|
37 |
<?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')); ?>
|
35 |
|
38 |
|
36 |
<script type="text/javascript">/* <![CDATA[ */
|
39 |
<script type="text/javascript">/* <![CDATA[ */
|
37 |
|
40 |
|
38 |
jQuery(document).ready(function() {
|
41 |
jQuery(document).ready(function() {
|
39 |
|
42 |
|