techjoomla / joomla-payments

Common Payment API Plugins for Joomla Supporting Multiple payment gateways with a easy 3 step integration process !
60 stars 86 forks source link

Error with CCAvenue plugin #5

Open ghost opened 10 years ago

ghost commented 10 years ago

I installed this plugin and configured (Merchant Id, Working key) with Hikashop. When I tried to make a payment, I got the following error.

ccavenue transaction error page

Please help

coolbung commented 10 years ago

This is most probably happening since the CCAvenue kit was recently upgraded. We have isolated and made the changes. Should be able to push the updated changes for you to test in a couple of days.

ghost commented 10 years ago

Thanks Ashwin. It will really be of great help ... We hae worked out a e-commerce site and just stuck cause of the payment gateway. Will be lookinh forward for the release. Thanks again On 10-Sep-2014 8:54 AM, "Ashwin Date" notifications@github.com wrote:

This is most probably happening since the CCAvenue kit was recently upgraded. We have isolated and made the changes. Should be able to push the updated changes for you to test in a couple of days.

— Reply to this email directly or view it on GitHub https://github.com/techjoomla/joomla-payments/issues/5#issuecomment-55066644 .

coolbung commented 10 years ago

This is taking a little longer than we hoped. Will update once ready cc @manojLondhe

ghost commented 10 years ago

Thanks for the response Ashwin. I will be waiting for the release.

Any point if I can help in development, do let me know

Thanks. On 16-Sep-2014 1:28 PM, "Ashwin Date" notifications@github.com wrote:

This is taking a little longer than we hoped. Will update once ready cc @manojLondhe https://github.com/manojLondhe

— Reply to this email directly or view it on GitHub https://github.com/techjoomla/joomla-payments/issues/5#issuecomment-55708623 .

ghost commented 9 years ago

Hi, Any update on the plugin ? On 16-Sep-2014 1:38 PM, "Agraj Agranayak" agraj@imagine-works.com wrote:

Thanks for the response Ashwin. I will be waiting for the release.

Any point if I can help in development, do let me know

Thanks. On 16-Sep-2014 1:28 PM, "Ashwin Date" notifications@github.com wrote:

This is taking a little longer than we hoped. Will update once ready cc @manojLondhe https://github.com/manojLondhe

— Reply to this email directly or view it on GitHub https://github.com/techjoomla/joomla-payments/issues/5#issuecomment-55708623 .

coolbung commented 9 years ago

Hi, Unofortunately we've got tied up with a few releases so we haven't had time to rectify this. If you need it soon, you are welcome to take a look at the code and try to fix. You'll need to look at the examples provided with the CCAvenue kit and modify the code.

ghost commented 9 years ago

I will be happy to volunteer. Do let me know the link from where I can clone the repository. On 23-Sep-2014 8:39 PM, "Ashwin Date" notifications@github.com wrote:

Hi, Unofortunately we've got tied up with a few releases so we haven't had time to rectify this. If you need it soon, you are welcome to take a look at the code and try to fix. You'll need to look at the examples provided with the CCAvenue kit and modify the code.

— Reply to this email directly or view it on GitHub https://github.com/techjoomla/joomla-payments/issues/5#issuecomment-56534818 .

coolbung commented 9 years ago

This is teh very repository you need to clone. Here's the clone URL git@github.com:techjoomla/joomla-payments.git

And the plugin is in the code/plugins/ccavenue folder

binvin commented 9 years ago

Hi Techjoomla team, Thank you very much for the ccavenue plugin. Will you be updating the plugin for the new API?

I am using the plugin along with Hikashop component and have tried to make changes based on the sample PHP code provided by ccavenue. I am able to reach the payment gateway and do the processing. When the control redirects back to my site, I get the 404 - Component not found error

The URL in the browser shows as www.mysite.com/index.php?option

I am using the default return URL in hikashop which is index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=common&name=ccavenue&orderid=58&tmpl=component&land=en&Itemid=961&language=EN

Any suggestions or ideas on fixing this error will be very helpful.

Thank you.

Regards, BV

coolbung commented 9 years ago

We're working on a few CCAvenue driven sites, and I'm hoping the CPG plugin will be updated around next week to the new CCAvenue API.

On Thu, Apr 16, 2015 at 11:43 PM, binvin notifications@github.com wrote:

Hi Techjoomla team, Thank you very much for the ccavenue plugin. Will you be updating the plugin for the new API?

I am using the plugin along with Hikashop component and have tried to make changes based on the sample PHP code provided by ccavenue. I am able to reach the payment gateway and do the processing. When the control redirects back to my site, I get the 404 - Component not found error

The URL in the browser shows as www.mysite.com/index.php?option

I am using the default return URL in hikashop which is http://www.chillzee.in/index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=common&name=ccavenue&orderid=58&tmpl=component&land=en&Itemid=961&language=EN

Any suggestions or ideas on fixing this error will be very helpful.

Thank you.

Regards, BV

Reply to this email directly or view it on GitHub https://github.com/techjoomla/joomla-payments/issues/5#issuecomment-93805768 .

Thanks! Ashwin Date Tekdi Web Solutions - tekdi.net | techjoomla.com Twitter - @coolbung | @techjoomla | @tekdinet

If it isn't broken, don't fix it!

binvin commented 9 years ago

That's a great news.

Thank you very much for your immediate response.

lorzy commented 9 years ago

I am getting the same error during checkout with hikashop.I got the plugin from https://github.com/techjoomla/joomla-payments .how to resolve this