1067 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Einstellungen des Moduls "Versandkostenfrei"
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
4923 |
thomas |
8 |
<?php echo wpsg_drawForm_Input('wpsg_mod_freeshipping_bezeichnung', __('Bezeichnung', 'wpsg'), $this->get_option('wpsg_mod_freeshipping_bezeichnung'), array('help' => 'wpsg_mod_freeshipping_bezeichnung')); ?>
|
|
|
9 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_freeshipping_aktiv', __('Aktiv', 'wpsg'), $this->get_option('wpsg_mod_freeshipping_aktiv'), array('help' => 'wpsg_mod_freeshipping_aktiv')); ?>
|
|
|
10 |
<?php echo wpsg_drawForm_Input('wpsg_mod_freeshipping_minvalue', __('Mindestbestellwert', 'wpsg'), $this->get_option('wpsg_mod_freeshipping_minvalue'), array('help' => 'wpsg_mod_freeshipping_minvalue')); ?>
|