1400 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Einstellungen des Gewichtsmoduls
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
1401 |
daniel |
8 |
<?php echo wpsg_drawForm_Input('wpsg_mod_weight_unit', __('Gewichtseinheit', 'wpsg'), $this->get_option('wpsg_mod_weight_unit'), array('help' => 'wpsg_mod_weight_unit')); ?>
|
6569 |
thomas |
9 |
<br />
|
1902 |
daniel |
10 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showProduct', __('Im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showProduct'), array('help' => 'wpsg_mod_weight_showProduct')); ?>
|
6569 |
thomas |
11 |
<br />
|
|
|
12 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showBasket', __('Gesamtgewicht im Warenkorbs anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showBasket'), array('help' => 'wpsg_mod_weight_showBasket')); ?>
|
5382 |
daniel |
13 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showAjaxDialog', __('In der Warenkorb-Lightbox anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showAjaxDialog'), array('help' => 'wpsg_mod_weight_showAjaxDialog')); ?>
|
1902 |
daniel |
14 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showBasketProduct', __('Im Warenkorb im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showBasketProduct'), array('help' => 'wpsg_mod_weight_showBasketProduct')); ?>
|
6569 |
thomas |
15 |
<br />
|
|
|
16 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverview', __('Gesamtgewicht in Zusammenfassung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverview'), array('help' => 'wpsg_mod_weight_showOverview')); ?>
|
1902 |
daniel |
17 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverviewProduct', __('In Zusammenfassung im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverviewProduct'), array('help' => 'wpsg_mod_weight_showOverviewProduct')); ?>
|
6569 |
thomas |
18 |
<br />
|
6319 |
hartmut |
19 |
<?php if ($this->hasMod('wpsg_mod_productindex')) { ?>
|
4923 |
thomas |
20 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showProductindex', __('Auf Produktübersichtsseiten anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showProductindex'), array('help' => 'wpsg_mod_weight_showProductindex')); ?>
|
4313 |
daniel |
21 |
<?php } ?>
|
6569 |
thomas |
22 |
<br />
|
4313 |
daniel |
23 |
<?php if ($this->hasMod('wpsg_mod_request')) { ?>
|
6569 |
thomas |
24 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPage', __('Gesamtgewicht der vollständigen Anfrage auf Anfrageseite anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPage'), array('help' => 'wpsg_mod_weight_showRequestPage')); ?>
|
4923 |
thomas |
25 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPageProduct', __('Auf Anfrageseite im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPageProduct'), array('help' => 'wpsg_mod_weight_showRequestPageProduct')); ?>
|
4313 |
daniel |
26 |
<?php } ?>
|