Line 19... |
Line 19... |
19 |
|
19 |
|
20 |
</div>
|
20 |
</div>
|
21 |
|
21 |
|
22 |
<br />
|
22 |
<br />
|
23 |
|
23 |
|
- |
|
24 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_currency', __('Währungscode (Standard: EUR)'), $this->get_option('wpsg_mod_paypalapi_currency'), array('help' => 'wpsg_mod_paypal_currency')); ?>
|
- |
|
25 |
|
- |
|
26 |
<br />
|
- |
|
27 |
|
24 |
<?php echo wpsg_drawForm_Input('', __('WebHook URL', 'wpsg'), $this->getUrl(wpsg_ShopController::URL_BASKET, 'wpsg_mod_paypalapi', 'webHook', array(), true), array('readonly' => true, 'help' => 'wpsg_mod_paypal_webhook_url')); ?>
|
28 |
<?php echo wpsg_drawForm_Input('', __('WebHook URL', 'wpsg'), $this->getUrl(wpsg_ShopController::URL_BASKET, 'wpsg_mod_paypalapi', 'webHook', array(), true), array('readonly' => true, 'help' => 'wpsg_mod_paypal_webhook_url')); ?>
|
25 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_create', __('Beim speichern versuchen den WebHook anzumelden.', 'wpsg'), 0, array('labelright' => true, 'noDoubleDot' => true, 'help' => 'wpsg_mod_paypal_createwebhook')); ?>
|
29 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_create', __('Beim speichern versuchen den WebHook anzumelden.', 'wpsg'), 0, array('labelright' => true, 'noDoubleDot' => true, 'help' => 'wpsg_mod_paypal_createwebhook')); ?>
|
26 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_webhook_log', __('WebHook Anfragen protokollieren', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_webhook_log'), array('labelright' => true)); ?>
|
30 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_webhook_log', __('WebHook Anfragen protokollieren', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_webhook_log'), array('labelright' => true)); ?>
|
27 |
<div class="layer_wpsg_mod_paypalapi_webhook_log layer_wpsg_mod_paypalapi_webhook_log_1">
|
31 |
<div class="layer_wpsg_mod_paypalapi_webhook_log layer_wpsg_mod_paypalapi_webhook_log_1">
|
28 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_webhook_logfile', '', $this->get_option('wpsg_mod_paypalapi_webhook_logfile'), array('hint' => __('Absoluter Pfad zur Protokolldatei, Schreibrechte beachten.', 'wpsg'))); ?>
|
32 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_webhook_logfile', '', $this->get_option('wpsg_mod_paypalapi_webhook_logfile'), array('hint' => __('Absoluter Pfad zur Protokolldatei, Schreibrechte beachten.', 'wpsg'))); ?>
|
Line 75... |
Line 79... |
75 |
((wpsg_isSizedInt($this->get_option('wpsg_mod_paypalapi_paypalexpress_forceSSL')))?true:false)
|
79 |
((wpsg_isSizedInt($this->get_option('wpsg_mod_paypalapi_paypalexpress_forceSSL')))?true:false)
|
76 |
), array('readonly' => true, 'help' => 'wpsg_mod_paypalapi_paypalexpress_returnurl')); ?>
|
80 |
), array('readonly' => true, 'help' => 'wpsg_mod_paypalapi_paypalexpress_returnurl')); ?>
|
77 |
<br />
|
81 |
<br />
|
78 |
</div>
|
82 |
</div>
|
79 |
|
83 |
|
- |
|
84 |
<div class="wpsg_mod_paypalapi_plus_inaktiv">
|
- |
|
85 |
- <?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_autostart', __('Zahlung sofort starten', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_autostart'), array('help' => 'wpsg_shippay_paystart')); ?>
|
- |
|
86 |
-
|
- |
|
87 |
-</div>
|
- |
|
88 |
|
80 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_paypalexpress_details', __('Warenkorbdetails übertragen', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_paypalexpress_details'), array('help' => 'wpsg_mod_paypalapi_paypalexpress_details')); ?>
|
89 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_paypalapi_paypalexpress_details', __('Warenkorbdetails übertragen', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_paypalexpress_details'), array('help' => 'wpsg_mod_paypalapi_paypalexpress_details')); ?>
|
81 |
|
90 |
|
82 |
<br />
|
91 |
<br />
|
83 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_experience_label', __('Bezeichnung im PayPal Zahlungsinterface', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_experience_label'), array('help' => 'wpsg_mod_paypalapi_experience_label', 'hint' => __('Max. 127 Zeichen', 'wpsg'))); ?>
|
92 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_experience_label', __('Bezeichnung im PayPal Zahlungsinterface', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_experience_label'), array('help' => 'wpsg_mod_paypalapi_experience_label', 'hint' => __('Max. 127 Zeichen', 'wpsg'))); ?>
|
84 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_experience_logo', __('URL für ein Logo im PayPal Zahlungsinterface', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_experience_logo'), array('help' => 'wpsg_mod_paypalapi_experience_logo', 'hint' => __('gif|png|jpg, Max. 190x60', 'wpsg'))); ?>
|
93 |
<?php echo wpsg_drawForm_Input('wpsg_mod_paypalapi_experience_logo', __('URL für ein Logo im PayPal Zahlungsinterface', 'wpsg'), $this->get_option('wpsg_mod_paypalapi_experience_logo'), array('help' => 'wpsg_mod_paypalapi_experience_logo', 'hint' => __('gif|png|jpg, Max. 190x60', 'wpsg'))); ?>
|
Line 118... |
Line 127... |
118 |
|
127 |
|
119 |
} ).change();
|
128 |
} ).change();
|
120 |
|
129 |
|
121 |
jQuery('#wpsg_mod_paypalapi_plus_aktiv').bind('change', function() {
|
130 |
jQuery('#wpsg_mod_paypalapi_plus_aktiv').bind('change', function() {
|
122 |
|
131 |
|
- |
|
132 |
if (jQuery(this).is(':checked'))
|
- |
|
133 |
- {
|
- |
|
134 |
-
|
123 |
if (jQuery(this).is(':checked')) jQuery('.wpsg_mod_paypalapi_plus_aktiv').show();
|
135 |
- jQuery('.wpsg_mod_paypalapi_plus_aktiv').show();
|
- |
|
136 |
- jQuery('.wpsg_mod_paypalapi_plus_inaktiv').hide();
|
- |
|
137 |
-
|
- |
|
138 |
- }
|
- |
|
139 |
- else
|
- |
|
140 |
- {
|
- |
|
141 |
-
|
124 |
else jQuery('.wpsg_mod_paypalapi_plus_aktiv').hide();
|
142 |
- jQuery('.wpsg_mod_paypalapi_plus_aktiv').hide();
|
- |
|
143 |
- jQuery('.wpsg_mod_paypalapi_plus_inaktiv').show();
|
- |
|
144 |
-
|
- |
|
145 |
- }
|
125 |
|
146 |
|
126 |
} ).change();
|
147 |
} ).change();
|
127 |
|
148 |
|
128 |
jQuery('.wpsg_mod_paypalapi_stornostate').bind('click', function() {
|
149 |
jQuery('.wpsg_mod_paypalapi_stornostate').bind('click', function() {
|
129 |
|
150 |
|