Line 3... |
Line 3... |
3 |
/**
|
3 |
/**
|
4 |
* Template für die Integration der PayPal Zahlungsart in die Bestellverwaltung
|
4 |
* Template für die Integration der PayPal Zahlungsart in die Bestellverwaltung
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
$wpsg_mod_paypalapi_paymentid = $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentid');
|
7 |
$wpsg_mod_paypalapi_paymentid = $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentid');
|
8 |
$wpsg_mod_paypalapi_saleid = $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_saleid')
|
8 |
$wpsg_mod_paypalapi_saleid = $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_saleid');
|
9 |
|
9 |
|
10 |
?>
|
10 |
?>
|
11 |
|
11 |
|
12 |
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_paymentid)) { ?>
|
12 |
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_paymentid)) { ?>
|
13 |
|
13 |
|
14 |
<?php echo wpsg_drawForm_Text(
|
14 |
<?php echo wpsg_drawForm_Text(
|
15 |
wpsg_translate(
|
15 |
wpsg_translate(
|
16 |
__('PaymentID [<a href="#1#">Status Aktualisieren</a>]', 'wpsg'),
|
16 |
__('PaymentID [<a href="#1#">Status Aktualisieren</a>]', 'wpsg'),
|
17 |
wpsg_admin_url('Order', 'ajax', ['noheader' => '1', 'mod' => 'wpsg_mod_paypalapi', 'do' => 'refresh', 'edit_id' => $this->view['oOrder']->id])
|
17 |
wpsg_admin_url('Order', 'ajax', ['noheader' => '1', 'mod' => 'wpsg_mod_paypalapi', 'do' => 'refresh', 'edit_id' => $this->view['oOrder']->id])
|
18 |
//WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=ajax&noheader=1&mod=wpsg_mod_paypalapi&do=refresh&edit_id='.$this->view['oOrder']->id
|
18 |
//WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=ajax&noheader=1&mod=wpsg_mod_paypalapi&do=refresh&edit_id='.$this->view['oOrder']->id
|
19 |
),
|
19 |
),
|
20 |
wpsg_translate(__('#1# (#2#)', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentid'), $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentstate'))
|
20 |
wpsg_translate(__('#1# (#2#)', 'wpsg'), $wpsg_mod_paypalapi_paymentid, $this->view['oOrder']->getMeta('wpsg_mod_paypalapi_paymentstate'))
|
21 |
); ?>
|
21 |
); ?>
|
22 |
|
22 |
|
23 |
<?php } ?>
|
23 |
<?php } ?>
|
24 |
|
24 |
|
25 |
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_saleid)) { ?>
|
25 |
<?php if (wpsg_isSizedString($wpsg_mod_paypalapi_saleid)) { ?>
|