Title: Woocommerce PayU Plugin
Last modified: September 1, 2016

---

# Woocommerce PayU Plugin

 *  Resolved [kreativdroit](https://wordpress.org/support/users/kreativdroit/)
 * (@kreativdroit)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/)
 * Have a Pay u payment gateway. Need help in integration with wordpress.
    Downloaded
   the plugin, and copied the files as suggested. Cannot see anything similar to
   the screenshots.
 * [https://wordpress.org/plugins/woocommerce-payu-paisa/](https://wordpress.org/plugins/woocommerce-payu-paisa/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Contributor [Vachan Kudmule](https://wordpress.org/support/users/vachan/)
 * (@vachan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8322416)
 * Once Installed, The plugins page itself will have `Settings` link under the Plugin
   Name `WooCommerce PayU India (PayUmoney & PayUbiz)`
 * Also a direct link `your-website.url`/wp-admin/admin.php?page=wc-settings&tab
   =checkout&section=payuindia
 *  [sddeveloper007](https://wordpress.org/support/users/sddeveloper007/)
 * (@sddeveloper007)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8353322)
 * Hello Vachan
    is the plugin compatible to latest wordpress i.e 4.6.1. I am getting
   an error about deprecated methods.
 * Thankyou
 *  Plugin Contributor [Vachan Kudmule](https://wordpress.org/support/users/vachan/)
 * (@vachan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8353361)
 * Hello [@sddeveloper007](https://wordpress.org/support/users/sddeveloper007/)
 * We have tested with WP v.4.6.1 and has not error for us nor for any users have
   yet not complained anything in this matter. It could be a specific error in conjunction
   with an alternative plugin.
 *  [sddeveloper007](https://wordpress.org/support/users/sddeveloper007/)
 * (@sddeveloper007)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8356639)
 * ![Screenshot of PAYUMONEY Plugin](https://i0.wp.com/s16.postimg.org/d2l6yrowl/
   image.jpg?ssl=1)
 * Sir, I have added the error screenshot. Please help me with this.
 *  Plugin Contributor [Vachan Kudmule](https://wordpress.org/support/users/vachan/)
 * (@vachan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8356729)
 * Kindly confrim the version of WooCommerce and PayU India plugin.
    As we were 
   visiting the website, we noticed you were updatng the versions
 *  [sddeveloper007](https://wordpress.org/support/users/sddeveloper007/)
 * (@sddeveloper007)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8356916)
 * function process_payment($order_id){
    global $woocommerce; $order = new WC_Order(
   $order_id);
 *  if ( version_compare( WOOCOMMERCE_VERSION, ‘2.1.0’, ‘>=’ ) ) { // For WC 2.1.0
   
   $checkout_payment_url = $order->get_checkout_payment_url( true ); } else { $checkout_payment_url
   = get_permalink( get_option ( ‘woocommerce_pay_page_id’ ) ); }
 *  return array(
    ‘result’ => ‘success’, ‘redirect’ => add_query_arg( ‘order_pay’,
   $order->id, add_query_arg( ‘key’, $order->order_key, $checkout_payment_url ) ));}//
   END-process_payment
 * i changed the order to order_pay then it is redirected to payu payment site.but
   showing a message “Sorry, SOme problem Occured”
 *  Plugin Contributor [Vachan Kudmule](https://wordpress.org/support/users/vachan/)
 * (@vachan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8356976)
 * Please refer to [WP Codex](https://developer.wordpress.org/reference/functions/add_query_arg/).
 * The change in `order` to `order_pay` only changes the redirected URL from `.../?
   order=####` to `.../?order_pay=####`
 * Also good to know your `deprecated` has got resolved.
 * **Further:** This is a know issue – incase of using _PayU_ in _Test Mode_ gives
   the `Sorry, Some problem Occured` error on the **PayU page**

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Woocommerce PayU Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-payu-paisa_857b88.svg)
 * [WooCommerce PayU India (PayUmoney - PayUbiz)](https://wordpress.org/plugins/woocommerce-payu-paisa/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-payu-paisa/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-payu-paisa/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-payu-paisa/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-payu-paisa/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-payu-paisa/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Vachan Kudmule](https://wordpress.org/support/users/vachan/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/woocommerce-payu-plugin/#post-8356976)
 * Status: resolved