1326 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Zahlungsart "Nachnahme"
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
5013 |
daniel |
8 |
<?php echo wpsg_drawForm_Input('wpsg_mod_debitpayment_name', __('Bezeichnung', 'wpsg'), $this->get_option('wpsg_mod_debitpayment_name'), array('help' => 'wpsg_mod_debitpayment_name')); ?>
|
|
|
9 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_debitpayment_aktiv', __('Aktiv', 'wpsg'), $this->get_option('wpsg_mod_debitpayment_aktiv'), array('help' => 'wpsg_mod_debitpayment_aktiv')); ?>
|
|
|
10 |
<?php echo wpsg_drawForm_Textarea('wpsg_mod_debitpayment_hint', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_debitpayment_hint'), array('help' => 'wpsg_mod_debitpayment_hint')); ?>
|
1406 |
daniel |
11 |
|
|
|
12 |
<br />
|
5013 |
daniel |
13 |
<?php echo wpsg_drawForm_Input('wpsg_mod_debitpayment_rabgeb', __('Rabatt/Gebühr', 'wpsg'), wpsg_ff($this->get_option('wpsg_mod_debitpayment_rabgeb'), true), array('help' => 'wpsg_mod_debitpayment_rabgeb', 'unit' => $this->get_option('wpsg_currency').' / %')); ?>
|
|
|
14 |
<?php echo wpsg_drawForm_Select('wpsg_mod_debitpayment_mwst', __('Mehrwertsteuersatz', 'wpsg'), wpsg_tax_groups(), $this->get_option('wpsg_mod_debitpayment_mwst'), array('help' => 'wpsg_mod_debitpayment_mwst')); ?>
|
|
|
15 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_debitpayment_mwstland', __('Keine MwSt. wenn Land steuerfrei', 'wpsg'), $this->get_option('wpsg_mod_debitpayment_mwstland'), array('help' => 'wpsg_mod_debitpayment_mwstland')); ?>
|