Line 4... |
Line 4... |
4 |
* Template für die Einstellungen des Moduls "wirecard"
|
4 |
* Template für die Einstellungen des Moduls "wirecard"
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_name', __('Bezeichnung', 'wpsg'), $this->get_option('wpsg_mod_wirecard_name'), array('help' => 'wpsg_shippay_name')); ?>
|
8 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_name', __('Bezeichnung', 'wpsg'), $this->get_option('wpsg_mod_wirecard_name'), array('help' => 'wpsg_shippay_name')); ?>
|
9 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_wirecard_activ', __('Aktiv', 'wpsg'), $this->get_option('wpsg_mod_wirecard_activ'), array('help' => 'wpsg_shippay_activ')); ?>
|
9 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_wirecard_activ', __('Aktiv', 'wpsg'), $this->get_option('wpsg_mod_wirecard_activ'), array('rAlign' => true, 'help' => 'wpsg_shippay_activ')); ?>
|
10 |
<?php echo wpsg_drawForm_Textarea('wpsg_mod_wirecard_hint', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_wirecard_hint'), array('help' => 'wpsg_shippay_hint')); ?>
|
10 |
<?php echo wpsg_drawForm_Textarea('wpsg_mod_wirecard_hint', __('Hinweistext', 'wpsg'), $this->get_option('wpsg_mod_wirecard_hint'), array('help' => 'wpsg_shippay_hint')); ?>
|
11 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_logo', __('Logo URL', 'wpsg'), $this->get_option('wpsg_mod_wirecard_logo'), array('help' => 'wpsg_mod_wirecard_logo', 'hint' => __('Auflösung: 95x65 Pixel (GIF/JPG/PNG)', 'wpsg'))); ?>
|
11 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_logo', __('Logo URL', 'wpsg'), $this->get_option('wpsg_mod_wirecard_logo'), array('help' => 'wpsg_mod_wirecard_logo', 'hint' => __('Auflösung: 95x65 Pixel (GIF/JPG/PNG)', 'wpsg'))); ?>
|
12 |
<br />
|
12 |
<br />
|
13 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_customerid', __('Kunden ID', 'wpsg'), $this->get_option('wpsg_mod_wirecard_customerid'), array('help' => 'wpsg_mod_wirecard_customerid')); ?>
|
13 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_customerid', __('Kunden ID', 'wpsg'), $this->get_option('wpsg_mod_wirecard_customerid'), array('help' => 'wpsg_mod_wirecard_customerid')); ?>
|
14 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_shopid', __('Shop ID', 'wpsg'), $this->get_option('wpsg_mod_wirecard_shopid'), array('help' => 'wpsg_mod_wirecard_shopid')); ?>
|
14 |
<?php echo wpsg_drawForm_Input('wpsg_mod_wirecard_shopid', __('Shop ID', 'wpsg'), $this->get_option('wpsg_mod_wirecard_shopid'), array('help' => 'wpsg_mod_wirecard_shopid')); ?>
|
Line 26... |
Line 26... |
26 |
), $this->get_option('wpsg_mod_wirecard_currency'), array('help' => 'wpsg_mod_wirecard_currency')); ?>
|
26 |
), $this->get_option('wpsg_mod_wirecard_currency'), array('help' => 'wpsg_mod_wirecard_currency')); ?>
|
27 |
<br />
|
27 |
<br />
|
28 |
|
28 |
|
29 |
<div class="wpsg_form_field">
|
29 |
<div class="wpsg_form_field">
|
30 |
<div class="wpsg_form_left">
|
30 |
<div class="wpsg_form_left">
|
31 |
<label for="wpsg_mod_wirecard_paymenttype"><?php echo __('Verfügbare Zahlungsarten', 'wpsg'); ?>:</label>
|
- |
|
- |
|
31 |
|
32 |
</div>
|
32 |
</div>
|
33 |
<div class="wpsg_form_right">
|
33 |
<div class="wpsg_form_right1">
|
- |
|
34 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
- |
|
35 |
<?php echo wpsg_drawForm_TextEnd(__('Verfügbare Zahlungsarten', 'wpsg'), array('noP' => true)); ?>
|
34 |
<ul class="wpsg_mod_wirecard_paymenttypeselect">
|
36 |
<ul class="wpsg_mod_wirecard_paymenttypeselect">
|
35 |
<?php foreach ($this->view['paymentTypes'] as $pt_key => $pt) { ?>
|
37 |
<?php foreach ($this->view['paymentTypes'] as $pt_key => $pt) { ?>
|
36 |
<li>
|
38 |
<li>
|
37 |
<input type="hidden" name="wpsg_mod_wirecard_paymentorder[]" value="<?php echo wpsg_hspc($pt_key); ?>" />
|
39 |
<input type="hidden" name="wpsg_mod_wirecard_paymentorder[]" value="<?php echo wpsg_hspc($pt_key); ?>" />
|
- |
|
40 |
<?php
|
- |
|
41 |
$arr1 = $this->get_option('wpsg_mod_wirecard_paymenttype');
|
- |
|
42 |
$arr2 = (array)explode(',', $this->get_option('wpsg_mod_wirecard_paymenttype'));
|
38 |
<input type="checkbox" value="<?php echo wpsg_hspc($pt_key); ?>" <?php echo ((in_array($pt_key, (array)explode(',', $this->get_option('wpsg_mod_wirecard_paymenttype'))))?'checked="checked"':''); ?> name="wpsg_mod_wirecard_paymenttype[]" /> <?php echo wpsg_hspc($pt); ?>
|
43 |
$chk = ((in_array($pt_key, (array)explode(',', $this->get_option('wpsg_mod_wirecard_paymenttype'))))?'checked="checked"':'');
|
- |
|
44 |
$chk = ((in_array($pt_key, (array)explode(',', $this->get_option('wpsg_mod_wirecard_paymenttype'))))?1:0);
|
- |
|
45 |
// function wpsg_drawForm_Checkbox($field_name, $field_label, $field_checked, $conf = array())
|
- |
|
46 |
echo wpsg_drawForm_Checkbox('wpsg_mod_wirecard_paymenttype[]', __($pt, 'wpsg'),
|
- |
|
47 |
$chk, array('help1' => 'wpsg_shippay_mwstland',
|
- |
|
48 |
'value' => wpsg_hspc($pt_key),
|
- |
|
49 |
'noHidden' => true,
|
- |
|
50 |
'fullWidth1' => true
|
- |
|
51 |
));
|
- |
|
52 |
?>
|
- |
|
53 |
|
39 |
</li>
|
54 |
</li>
|
40 |
<?php } ?>
|
55 |
<?php } ?>
|
41 |
</ul>
|
56 |
</ul>
|
- |
|
57 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
42 |
<p class="wpsg_hinweis"><?php echo __('Reihenfolge kann mittels Drag&Drop verändert werden.', 'wpsg'); ?></p>
|
58 |
<p class="wpsg_hinweis"><?php echo __('Reihenfolge kann mittels Drag&Drop verändert werden.', 'wpsg'); ?></p>
|
- |
|
59 |
<?php echo wpsg_drawForm_TextEnd(__('', 'wpsg'), array('noP' => true)); ?>
|
- |
|
60 |
<br />
|
- |
|
61 |
|
43 |
</div>
|
62 |
</div>
|
44 |
<div class="wpsg_clear"></div>
|
63 |
<div class="wpsg_clear"></div>
|
45 |
</div>
|
64 |
</div>
|
46 |
|
65 |
|
47 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_wirecard_submitadress', __('Adressdaten an wirecard übermitteln?', 'wpsg'), $this->get_option('wpsg_mod_wirecard_submitadress'), array('help' => 'wpsg_mod_wirecard_submitadress')); ?>
|
66 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_wirecard_submitadress', __('Adressdaten an wirecard übermitteln?', 'wpsg'), $this->get_option('wpsg_mod_wirecard_submitadress'), array('help' => 'wpsg_mod_wirecard_submitadress')); ?>
|