Open babyasishhira opened 7 years ago
Any chance you could elaborate? :)
Normally the flow would send you to the order success page, could you tell me where you end up?
If possible could you check your magento logs and php error logs to see if you can find anything related to this?
Hello, I checked the log file.. There is nothing related to this issue.
And let me tell me briefly. I was checking this module in my localhost for check that this is working fine or not. So that I can upload it on my server.
That is why test mode is also enabled. So from checkout I choose this payment method and then click on place order. Then after some time page redirected to the homepage. And when I checking order grid on admin panel I see that order was placed ..
Can you please tell me that why this is not taking me to the quickpay payment page for check all payment details?
I use this module on 1.9.x version but now I want it for magento version 2
@babyasishhira What should happen is this: User clicks place order and a pending order is placed User is redirect to QuickPay payment window to pay for his order After payment user is redirect to order success page
If you'r redirected to the frontpage I suspect there's a problem with sessions on your localhost, currently the last order is grabbed from session when the user returns from the payment window and the order success page depends on this being present.
What version of magento2 are you running? As noted in the readme I've only tested it on 2.1.1 so far
But I am not redirecting to QuickPay payment window to pay for his order. This just returning me to homepage.
@babyasishhira what version of magento2 are you using?
Magento ver. 2.1.1
@babyasishhira What version of PHP are you using? php -v will tell you
PHP Version 5.6.28
Please give me some solution
@babyasishhira Kindly have patience, this extension is being developed in my spare time and I have a job to take care of :) Pretty sure the issue is related to your PHP version, the extension was developed under PHP 7, will adapt it to accomodate php 5 later today.
thanks
@babyasishhira sorry to intrude the thread, but first this is a first release of an Open Source module that is developed by one person in his spare time. Demanding fixes like this is inappropriate and rude. It will likely make you're issue go down the drain rather than giving you a fix.
Besides, next time also give in the info about your environment, which versions you have of Magento, Php and module. And also enable logging first and supply them.
If you dont know how, please be so friendly to give people time to look into the issue and try to solve it. Also its your choice to use this module, not @RBech. If it breaks your system, its about your system, not his.
Im sorry for being rude to you this time. But demanding stuff will only help you in gettig people to hate you.
@TimVroom form which word you think this is rude ? Are you mad or something man?
@babyasishhira its not specific certain words, in general its the the underlying tone of the words used and basicly demanding a fix asap. It could be the difference in language/norms. And also its not something personal to you, but more a general dislike i develop towards people who are showing this behaviour. If I offended you, that wasn't my intention, more like a lesson that the way you ask/demand stuff without enough info to actually understand the problem is more likely to get you no help than all the help you demand.
But we are getting off topic, hopefully @RBech gets the fix in for 5.6 pretty soon.
@babyasishhira - Just came to think, I assume you've configured the extension with your keys right? The behaviour you'r explaining could be a result of not being able to generate a payment link using your credentials
Yes I gave the all api keys on configuration section ..
After choosing this payment method from checkout page this is returning to the home page with no message. But the order is created with this payment method.