3,10 → 3,13 |
/** |
* Template für die Integration der PayPal Zahlungsart in die Bestellverwaltung |
*/ |
|
|
$wpsg_mod_paypal_paymentid = $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid'); |
$wpsg_mod_paypal_saleid = $this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid'); |
|
?> |
|
<?php if (wpsg_isSizedString($this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid'))) { ?> |
<?php if (wpsg_isSizedString($wpsg_mod_paypal_paymentid)) { ?> |
|
<div class="wpsg_form_field "> |
<div class="wpsg_form_left"> |
20,7 → 23,7 |
|
<?php } ?> |
|
<?php if (wpsg_isSizedString($this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid'))) { ?> |
<?php if (wpsg_isSizedString($wpsg_mod_paypal_saleid)) { ?> |
|
<?php echo wpsg_drawForm_Input('', __('SaleID', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid'), array('text' => true)); ?> |
|