Closed (fixed)
Project:
CCAvenue Payment Gateway for Ubercart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 05:40 UTC
Updated:
7 Jan 2016 at 10:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kreutzer commentedYes, I'm in the process of porting this for Drupal 7.x / Ubercart 3.x. Will post a dev version soon.
Comment #2
abhisheknagar commentedWOW
Comment #3
kreutzer commentedHere you go. I haven't actually tested this module with any transactions (I won't be testing it before another month or so), so you're most welcome to test and let me know if it works or not.
Usage: Download and unzip into /sites/all/modules directory. Download the CCAvenue integration files (from your CCAvenue merchant account) and place them into the /libs subfolder. Enable the module on the modules page and you can then configure it by going to Store-->Payment Methods.
Will try to put this in Git so it appears on the main module page.
Comment #4
abhisheknagar commentedwill try to review tomorrow
Comment #5
abhisheknagar commentedFollowing Errors encountered unable to send to payment page
Notice: Undefined variable: dec in cdec() (line 62 of path/sites/all/modules/ccavenues/libs/libfuncs.php3).
Notice: Undefined offset: 0 in uc_ccavenue_form() (line 320 of path/sites/all/modules/ccavenues/uc_ccavenue.module).
Notice: Trying to get property of non-object in uc_ccavenue_form() (line 320 of path/sites/all/modules/ccavenues/uc_ccavenue.module).
Comment #6
kreutzer commentedThanks. I'll check it out and try to post an update soon.
Comment #7
kreutzer commentedDid you add your "Merchant ID" and "Working Key" under the CCAvenue Payment gateway settings (in Store / Configuration / Payment Methods) ?
Comment #8
abhisheknagar commentedYes i did
Comment #9
iamneo commentedHi, I wana test this module, so trying to install on one of my test sites. Am getting the following error on installation:
Notice: Undefined index: log in update_authorize_install_batch_finished() (line 235 of /home/mysite/public_html/wow/modules/update/update.authorize.inc).
Warning: Invalid argument supplied for foreach() in update_authorize_install_batch_finished() (line 235 of /home/mysite/public_html/wow/modules/update/update.authorize.inc).
Notice: Undefined index: log in update_authorize_install_batch_finished() (line 276 of /home/mysite/public_html/wow/modules/update/update.authorize.inc).
Notice: Undefined index: tasks in update_authorize_install_batch_finished() (line 277 of /home/mysite/public_html/wow/modules/update/update.authorize.inc).
Installation failed! See the log below for more information.
Can someone guide me please...
Comment #10
kreutzer commentedDid you follow the installation steps that I outlined above?
This module is still W.I.P as I'm facing the same errors mentioned by the previous poster.
Comment #11
abhisheknagar commentedModule giving Errors
Comment #12
zyxware commentedI have not made any changes to the code but have committed the 7.x version provided by kreutzer in #3 into a 7.x-1.x branch.
Comment #13
abhisheknagar commentedok will see to it
Comment #14
Romisha commentedAny Update please??
Comment #15
trilok commentedI am using drupal 7 and Ubercart 3.x Is Commerce CCAvenue Payment Gateway will support my site or not?
Comment #16
himagarwal commentedSubscribing!
Comment #17
arivusudar.nc commentedPlease any update here?
Comment #18
naveensr commentedHi kreutzer,
Can you please help me out with CCAvenue Payment Gateway Integration Module for Drupal 7, Ubercart.
Regards,
Naveen SR
Comment #19
rajneeshb commentedHi abhisheknagar ,
I have clone 7.x branch and modify code and add CCAvenue API files in libs directory. Also modify CCAvenue API files to remove errors mentioned on #5: Support. I have tested code its working fine without any issue. I am attaching code. Kindly review it.
Comment #20
rajneeshb commentedI have attached modified module you can use it.
Comment #21
Binu Varghese commentedMade necessary changes in these below files:
* uc_ccavenue.install was not creating table in DB at installation. fixed it.
* uc_ccavenue.pages.inc
* uc_ccavenue.module
Left only one file - libfuncs.php3 in the 'libs' folder and removed others. Have tested it to be working.. try it out!
Comment #22
Binu Varghese commentedComment #23
yojanapatil commentedcan anybody help me? i have setup ccavenue payment module for D7. and i have inserted merchant id and working key at store configurations. but while on submitting an order it takes me to transaction error page of ccavanue without any error code and error description. can anybody tell me what could be the problem?
Comment #24
thirstysix commentedI have also a same problem. Once i submitted order it goes to the error page. Any idea?
https://www.ccavenue.com/errorPages/Error.jsp?errorCode=0&processingFile...
\
Thanks in advance,
Satheesh Kumar R
Comment #25
kreutzer commentedHello, yojanapatil & satheeshkumar.six,
I have just successfully tested this module using Binu's code in comment #22 above. You need download that code, unzip it into your modules directory, and then add the necessary CCAvenue-supplied files (which you download from your CCAvenue merchant account) into the /libs subfolder. So in uc_ccavenue/libs/ you should have a total of around 5-6 files, including libfuncs.php3 (included with the above code).
When I tested the checkout process, I got some onscreen errors after clicking "review order.' But it still let me continue the process and pay on CCAvenue. The order went through with all the data and was successfully captured by both CCAvenue as well as Drupal/Ubercart.
Comment #26
mittal saurabh commentedYou can download the working module from https://www.drupal.org/sandbox/saurabhmittal.heaven/2366013.
Thanks Saurabh Mittal
Comment #27
mittal saurabh commentedThis is working module and well tested.
Comment #28
drupalbabaji commentedHi
CCavenue redireting me to cancel url. I added Merchant ID,Working Key,Access Code . Am i missing something . Any suggestion will be appreciated
Comment #29
mittal saurabh commentedHi drupalbabaji,
This message is coming because of your forcefully failed transaction. If customer cancel transaction or gateway payment failure this error will not occur.
Thanks
Saurabh
Comment #31
akhilavnair7.x Version is released.
Comment #32
anish_zyxware commented