Subversion Repositories wpShopGermany4

Rev

Rev 4061 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Template für die Einstellungen des ICP Moduls
         */

?>
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_icp_sandbox', __('Sandbox Modus', 'wpsg'), $this->get_option('wpsg_mod_icp_sandbox'), array('help' => 'wpsg_mod_icp_sandbox')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_sender', __('Sender ID', 'wpsg'), $this->get_option('wpsg_mod_icp_sender'), array('help' => 'wpsg_mod_icp_sender')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_channelid', __('Channel ID', 'wpsg'), $this->get_option('wpsg_mod_icp_channelid'), array('help' => 'wpsg_mod_icp_channelid')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_userid', __('UserID', 'wpsg'), $this->get_option('wpsg_mod_icp_userid'), array('help' => 'wpsg_mod_icp_userid')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_password', __('Passwort', 'wpsg'), $this->get_option('wpsg_mod_icp_password'), array('help' => 'wpsg_mod_icp_password')); ?>

<br />

<?php echo wpsg_drawForm_Checkbox('wpsg_mod_icp_activ', __('Zahlungsart aktiv', 'wpsg'), $this->get_option('wpsg_mod_icp_activ')); ?>
<?php /* echo wpsg_drawForm_Select('wpsg_mod_icp_paymenttypes', __('Zahlungsarten', 'wpsg'), array(
//      'AMEX' => 'American Express',
//      'BARPAY' => 'BarPay',
//      'BOLETO' => 'Boleto',
//      'CARTEBLEUE' => 'Carte Bleue',
//      'CHINAUNIONPAY' => 'China UnionPay',
//      'DANKORT' => 'Dankort',
//      'DINERS' => 'Diners',
        'DIRECTDEBIT_SEPA' => 'Direct Debit Sepa',
//      'DIRECTDEBIT_SEPA_MIX_DE' => 'Direct Debit Germany and Sepa',
//      'DIRECTDEBIT_SEPA_MIX_AT' => 'Direct Debit Austria and Sepa',
//      'DIRECTDEBIT_DE' => 'Direct Debit Germany',
//      'DIRECTDEBIT_AT' => 'Direct Debit Austria',
//      'DISCOVER' => 'Discover',
//      'GIROPAY' => 'Giropay',
//      'IDEAL' => 'iDeal',
//      'INVOICE' => 'Invoice',
//      'JCB' => 'JCB',
//      'MAESTRO' => 'Maestro',
        'MASTER' => 'MasterCard',
//      'PASTEANDPAY_V' => 'PasteAndPay',
//      'PAYPAL' => 'PayPal',
//      'POSTEPAY' => 'PostePay',
//      'SOFORTUEBERWEISUNG' => 'sofort Überweisung',
//      'UKASH' => 'Ukash',
        'VISA' => 'Visa',
//      'VISADEBIT' => 'Visa Debit',
//      'VISAELECTRON' => 'Visa Electron',
//      'VPAY' => 'V PAY',
//      'VSTATION_V' => 'Voucher Station',
//      'AXESS' => 'AXESS',
//      'BONUS' => 'Bonus',
//      'MAXIMUM' => 'Maximum',
//      'WORLD' => 'World',
//      'CARDFINANS' => 'CardFinans',
//      'ADVANTAGE' => 'Advantage',
//      'QOOQO' => 'Qooqo',
//      'KLARNA_INVOICE' => 'Klarna Invoice',
//      'KLARNA_INSTALLMENTS' => 'Klarna Installments',
//      'ASYACARD' => 'AsyaCard'
), @explode(' ', $this->get_option('wpsg_mod_icp_paymenttypes')), array('multiple' => '3', 'help' => 'wpsg_mod_icp_paymenttypes', 'hint' => __('STRG für Mehrfachauswahl', 'wpsg'))); */ ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_paymenttypes', __('Zahlungsarten', 'wpsg'), $this->get_option('wpsg_mod_icp_paymenttypes'), array('help' => 'wpsg_mod_icp_paymenttypes')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_name', __('Bezeichnung der Zahlungsart', 'wpsg'), $this->get_option('wpsg_mod_icp_name'), array('help' => 'wpsg_mod_icp_name')); ?>
<?php echo wpsg_drawForm_Textarea('wpsg_mod_icp_hint', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_icp_hint'), array('help' => 'wpsg_mod_icp_hint')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_logo', __('Alternative Logo URL', 'wpsg'), $this->get_option('wpsg_mod_icp_logo'), array('help' => 'wpsg_mod_icp_logo')); ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_icp_language', __('Sprache', 'wpsg'), array(
        'auto' => __('Automatisch', 'wpsg'),
        'de' => __('Deutsch', 'wpsg'),
        'en' => __('Englisch', 'wpsg')
), $this->get_option('wpsg_mod_icp_language'), array('help' => 'wpsg_mod_icp_language')); ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_icp_gebuehr', __('Gebühr/Rabatt', 'wpsg'), wpsg_ff($this->get_option('wpsg_mod_icp_gebuehr'), true), array('unit' => $this->get_option('wpsg_currency').' / %', 'help' => 'wpsg_shippay_gebuehr')); ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_icp_mwst', __('Mehrwertsteuersatz', 'wpsg'), wpsg_tax_groups(), $this->get_option('wpsg_mod_icp_mwst'), array('help' => 'wpsg_shippay_mwst')); ?>
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_icp_mwstland', __('Keine MwSt. wenn Land steuerfrei', 'wpsg'), $this->get_option('wpsg_mod_icp_mwstland'), array('help' => 'wpsg_shippay_mwstland')); ?>                    
<br />

<?php echo wpsg_drawForm_Select('wpsg_mod_icp_successPage', __('Seite nach erfolgreicher Zahlung', 'wpsg'), $this->view['wpsg_mod_icp']['arPages'], $this->get_option('wpsg_mod_icp_successPage'), array('help' => 'wpsg_mod_icp_successPage')); ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_icp_errorPage', __('Seite nach fehlgeschlagener Zahlung', 'wpsg'), $this->view['wpsg_mod_icp']['arPages'], $this->get_option('wpsg_mod_icp_errorPage'), array('help' => 'wpsg_mod_icp_errorPage')); ?>

<br /><div class="wpsg_hinweis"><?php echo __('Die verfügbaren Zahlungsarten müssen mit <a href="http://www.kreditkartenanbieter-fuer-onlineshop.de/">ICP Onlinepayments</a> vereinbart werden.', 'wpsg'); ?></div>