Why phonepe is not active under the Walltes Payment methods. I am seeing it is not active at all. How do I make it active?
]]>Hello sir,
I am using payubiz plugin in my woocommerce site I need help how i After Payment Redirect on order summary.
Please help me ASAP.
]]>Hi,
I would like to show the payment ids such as Transaction ID & PayU ID for the admin New order emails. how to add these two to the admin order details section? I have checked in the database and couldn’t find where these meta keys are. Can you please help me on how to go about it.
]]>We are facing problems syncing our orders to quickbbooks….we are using my.works plugin for this..
Here is an excerpt from my.works team. Can you please help fix this.
Sutatva,
We’ve made a temporary change to your license so that all orders correctly show up in Push > Order/Payment while we finish resolving the timezone issue:
https://www.sutatva.in/wp-admin/admin.php?page=myworks-wc-qbo-push&tab=invoice
The reason why you’re seeing the errors in the log is because your payment gateway “payuindia” isn’t correctly calling the default WooCommerce hooks when an order is being placed – so our sync isn’t adding the invoice to the queue along with the payment. I would recommend either switching to syncing as Sales Receipts to resolve this, or opening a ticket with the developers of this gateway and CC us in, to further discuss how they’re creating the order / adding the payment in WooCommerce and guide them to correctly do so.
]]>I want to know that WooCommerce PayU India (PayUmoney – PayUbiz) will work without woocommerce. If yes then tell me how it’s work.
]]>To get the order ID on the payment success page.
Find These lines
if('success' == $this->msg['class']) {
if ( '' == $this->redirect_page || 0 == $this->redirect_page ) {
$redirect_url = $this->get_return_url( $order );
} else {
$redirect_url = get_permalink( $this->redirect_page );
}
} else {
$redirect_url = wc_get_checkout_url();
}
and replace them with following lines
if('success' == $this->msg['class']) {
if ( '' == $this->redirect_page || 0 == $this->redirect_page ) {
$redirect_url = $this->get_return_url( $order );
} else {
$redirect_url = add_query_arg( 'order_id', $order_id, $this->redirect_page );
}
} else {
$redirect_url = wc_get_checkout_url();
}
]]>
i have Installed the plugin version 2.1.1 but not able find the proceess to activate the international transactions. I have already USD MCC activated for my website i have requested. But the process mentioned there is not clear. Can you please guide me the things or shall i have to download another plugin for that. Currently I have WooCommerce PayU India (PayUmoney & PayUbiz) and I have configured the salt and all in settings area.
]]>I have set currency to US Doller, but on payment page it shows money as RS 123 etc. Even currency is already set to US Doller? Why this is happening with only this plugin? Please help me out
]]>I have successfully integrated Payu Money in my website digitalfarmer.in,
after successfull payment the Page redirects to the URL which shows message “Filed not found”,
But after doing the refresh it shows the actual Order Summary Page. This happens with Test & Live mode.
I checked support forum as well, but no help I Have plugin version 2.1.1
Any help is appreciated.
]]>Hi Vachan – Thank you for this nice free plugin. I am using WooCommerce for selling virtual products, and trying to use your PayU WC plugin to accept payments in India.
On clicking the payment button, the website is getting redirected to the PayU site for payment, and the payment is getting done successfully. However, after payment, the order status is changing to “PROCESSING” and not to “COMPLETED” as is required in my case (as I need to provide the buyer immediate access to the virtual product after payment). Right now, I need to manually change status to “COMPLETED”, which doesn’t work for me. I don’t know if this is an error with code, or it is intended that way to keep the status in “PROCESSING”. Can you please clarify on this issue?
Also, if keeping the status in “PROCESSING” after successful payment is the expected outcome for this plugin, how can we modify it slightly (by adding a line somewhere in the code to change order status from “PROCESSING” to “COMPLETED” automatically and immediately after payment by the buyer). Will appreciate your help on this. Thanks.
Regards,
Ambuj
Dear Support,
I tried to install the
WooCommerce PayU India Payment Gateway
and
WooCommerce PayU India (PayUmoney – PayUbiz).
However, the plugin does not show up on the wordpress admin panel.
]]>When a customer does a payment using payu india, the order status doesn’t change from ‘pending’ to ‘processing’ automatically, even when the transaction is received successfully received.
The emails are not going through to the certain email id’s when order is placed.
Please look into the issue
thank you
Why doing the payment through mobile I am facing some issue with the payment payubiz payment gateway window.
Issue : https://www.awesomescreenshot.com/image/3230622/b3b0d74b37c598344f11a9225e8cdd67
As per the above screenshot once I placed the order in mobile it was directly taking me to Net banking rather than show the payment option window.
I want something like : https://www.awesomescreenshot.com/image/3230625/5a3016f214d7bb5a9f2b153606fdf1ce
Is there any way you can give me a control this for the mobile devices.
Thank you
]]>Getting following error after successful payment “You have access denied. Please reauthorize the app to access the login with this site.”, while redirecting back to site.
]]>I am getting this message in woocomerce status “Not tested with the active version of WooCommerce” how to resolve and plugin also not working properly
]]>I want to redirect the page to order received after the payment made.
I want to show order details. please help me…
After selecting the pay with payu option when we checkout, it is not getting redirected to the payment gateway. But the order is getting placed.
trying for a workaround for several days. Any response would be helpful.
If you want to follow default woo-commerce redirects when you don’t select any page, change below lines with following llines.
Find these lines
if ( '' == $this->redirect_page || 0 == $this->redirect_page ) {
$redirect_url = get_permalink( get_option('woocommerce_myaccount_page_id') );
} else {
$redirect_url = get_permalink( $this->redirect_page );
}
And replace theme with following lines
if('success' == $this->msg['class'])
{
if ( '' == $this->redirect_page || 0 == $this->redirect_page ) {
$redirect_url = $this->get_return_url( $order );
} else {
$redirect_url = get_permalink( $this->redirect_page );
}
}
else
$redirect_url = wc_get_checkout_url();
]]>
If i click, cancel on payment or go back to my website, I’m not getting any response message for failed payment. Redirect page is default (Select), My-Account page. Any help on this is highly appreciated.
]]>Site Url : https://scrubler.com
On my site we are using Payu India plugin and payu money gateway. The problem is after successful payment payu not redirected on my site. In admin side we already set return url on My Account page.
Please give me possible solution on that issue asap.
]]>Hello,
I am using this plugin, where I need to put currency in USD. But when the user choose payumoney, the amount should be converted to INR but now only currency is converting not the amount.
Example: $200 price is showing in INR 200 in payment portal site.
Is there any hook to convert this amount from any default currency to INR or how to achieve this ?
Thank you
Subrata Bhadury
Hi there, I have integrated this plugin in the website https://www.tuas.in/ and when user checkout it ask for create login password, after creating it, when user come again on checkout page again, and login it always show mismatch password.. also after choosing online payment, it redirects on payu page but shows error 500.
]]>Hello,
I have integrated the payumoney plugin into woocommerce. The pay button redirects to payu money page. However, the order is placed even if the payment fails. How do i make it show that the payment has failed and order cannot be placed? How can this issue be resolved? Please ask if you would like furthur information
]]>Hi Dev team,
Please make your plugin compatible with latest version of WordPress. So, we can test it with latest WordPress version.
]]>Hi.
My website is sharpcareer.in
when I am chosing a product and making payment via payumoney gateway, it is sending me to a static page instead of the payment gateway.
It came to my attention that the users are being sent to the static page with this url
https://sharpcareer.in/checkout/order-pay/8849/?key=wc_order_58ffdbed5fb4c&order=8849
But the right URL is the following one
https://sharpcareer.in/checkout/order-pay/8849/?pay_for_order=true&key=wc_order_58ffdbed5fb4c&order=8849
I don’t know why it is happening.
Any help would be appreciable.
]]>Hi,
This Payu Plugin worked perfect to receive payment with WooCommerce. But after I completed the order, my customer was not given access to my Online Course automatically.
I still have to go in the User Information and give Course Access manually. This used to happen automatically earlier.
Why is it not happening now?
Please help!
Regards
Mitesh Khatri
Dear Plugin Author
I install your plugin in my website working fine but if i use coupon code activate and apply coupon at that time it return failed transaction please reply as earlier as possible.
Thanks
Uvesh
I have installed this plugin.I implemented this plugin in local with a test account and it’s working fine.after approval of live account, I have integrated it on my production site.it’s give me an error after checkout “SORRY!We were unable to process your paymentChecksum Failed”.
Any help will be appreciated.
Thank you
]]>Hello,
I am using pay u India payment gateway for selling our books using payu india wordpress plugin. I have select ‘PayuBiz’ service provider. But can’t have payuBiz dashboard where i am able to see my payment details in dashboard.
Here are the details which i have Merchant KEY & Merchant SALT:
I have not shared Merchant KEY & Merchant SALT in public.Can u please tell me how can we find or know my payubiz dashboard with the help of Merchant KEY & Merchant SALT .
Thanks
]]>On successful payment, the order placed should be displayed. How do I get this to happen?
]]>