| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/ipprint/wp-content/plugins/order-tracking/ewd-otp-templates/ |
Upload File : |
<div class='ewd-otp-tracking-results-field'>
<div class='ewd-otp-tracking-results-label'>
<?php _e( 'Order Payment', 'order-tracking' ) ?>:
</div>
<div class='ewd-otp-tracking-results-value'>
<?php if ( ! $this->order->payment_completed ) { ?>
<div class='ewd-otp-paypal-form'>
<form action='https://www.paypal.com/cgi-bin/webscr' method='post' class='standard-form'>
<input type='hidden' name='item_name_1' value='<?php echo __( 'Payment for order number' , 'order-tracking' ) . ' ' . esc_attr( $this->order->number ); ?>' />
<input type='hidden' name='quantity_1' value='1' />
<input type='hidden' name='amount_1' value='<?php echo esc_attr( $this->order->payment_price ); ?>' />
<input type='hidden' name='custom' value='<?php echo esc_attr( $this->order->id ); ?>' />
<input type='hidden' name='cmd' value='_cart' />
<input type='hidden' name='upload' value='1' />
<input type='hidden' name='business' value='<?php echo esc_attr( $this->get_option( 'paypal-email-address' ) ); ?>' />
<input type='hidden' name='currency_code' value='<?php echo esc_attr( $this->get_option( 'pricing-currency-code' ) ); ?>' />
<input type='hidden' name='return' value='<?php echo esc_attr( $this->get_option( 'thank-you-url' ) ); ?>' />
<input type='hidden' name='notify_url' value='<?php echo esc_attr( get_site_url() ); ?>' />
<input type='submit' class='submit-button' value='<?php _e( 'Proceed to Payment', 'order-tracking' ); ?>' />
</form>
</div>
<?php } ?>
<?php if ( $this->order->payment_completed ) { ?>
<?php _e( 'Payment Completed', 'order-tracking' ) ?>
<?php } ?>
</div>
</div>