Comments

kreutzer’s picture

Yes, I'm in the process of porting this for Drupal 7.x / Ubercart 3.x. Will post a dev version soon.

abhisheknagar’s picture

WOW

kreutzer’s picture

StatusFileSize
new16.21 KB

Here 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.

abhisheknagar’s picture

will try to review tomorrow

abhisheknagar’s picture

Following 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).

kreutzer’s picture

Thanks. I'll check it out and try to post an update soon.

kreutzer’s picture

Did you add your "Merchant ID" and "Working Key" under the CCAvenue Payment gateway settings (in Store / Configuration / Payment Methods) ?

abhisheknagar’s picture

Yes i did

iamneo’s picture

Priority: Normal » Major

Hi, 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...

kreutzer’s picture

Did 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.

abhisheknagar’s picture

Module giving Errors

zyxware’s picture

Version: 6.x-1.0-alpha1 » 7.x-1.x-dev

I 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.

abhisheknagar’s picture

ok will see to it

Romisha’s picture

Any Update please??

trilok’s picture

I am using drupal 7 and Ubercart 3.x Is Commerce CCAvenue Payment Gateway will support my site or not?

himagarwal’s picture

Subscribing!

arivusudar.nc’s picture

Please any update here?

naveensr’s picture

Priority: Major » Critical

Hi kreutzer,

Can you please help me out with CCAvenue Payment Gateway Integration Module for Drupal 7, Ubercart.

Regards,
Naveen SR

rajneeshb’s picture

StatusFileSize
new7.79 KB

Hi 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.

rajneeshb’s picture

I have attached modified module you can use it.

Binu Varghese’s picture

Made 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!

Binu Varghese’s picture

Issue summary: View changes
StatusFileSize
new9.27 KB
yojanapatil’s picture

can 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?

thirstysix’s picture

StatusFileSize
new56.15 KB

I 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

kreutzer’s picture

Hello, 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.

mittal saurabh’s picture

You can download the working module from https://www.drupal.org/sandbox/saurabhmittal.heaven/2366013.

Thanks Saurabh Mittal

mittal saurabh’s picture

StatusFileSize
new7.63 KB

This is working module and well tested.

drupalbabaji’s picture

StatusFileSize
new20.48 KB

Hi
CCavenue redireting me to cancel url. I added Merchant ID,Working Key,Access Code . Am i missing something . Any suggestion will be appreciated

mittal saurabh’s picture

Hi 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

akhilavnair’s picture

7.x Version is released.

anish_zyxware’s picture

Status: Active » Closed (fixed)