CCAvenue payment gateway integration
Moderator: General Moderators
-
prem.mplin
- Forum Newbie
- Posts: 4
- Joined: Mon Sep 02, 2013 12:10 am
CCAvenue payment gateway integration
Hello Experts,
I am working on a shopping cart portal website, now we have to integrate CCAvenue with our portal. We are planning to use our own shopping cart layout, we will use CCAvenue only for billing purpose. I have the CCAvenue manuals but it is not enough, please help me integrate this.
Thanks & Regards,
Prem
I am working on a shopping cart portal website, now we have to integrate CCAvenue with our portal. We are planning to use our own shopping cart layout, we will use CCAvenue only for billing purpose. I have the CCAvenue manuals but it is not enough, please help me integrate this.
Thanks & Regards,
Prem
Re: CCAvenue payment gateway integration
What what you done so far? Where are you getting stuck? Please post the relevant code as well as the specific errors you're encountering.
-
prem.mplin
- Forum Newbie
- Posts: 4
- Joined: Mon Sep 02, 2013 12:10 am
Re: CCAvenue payment gateway integration
Thanks for your quick response,
I did not yet start, I have only our portal that is developed in PHP & CCAvenue account. Now I don't know how to start, I need complete steps to integrate, also where I have to update in the coding section.
I did not yet start, I have only our portal that is developed in PHP & CCAvenue account. Now I don't know how to start, I need complete steps to integrate, also where I have to update in the coding section.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: CCAvenue payment gateway integration
Have you checked in you CCAvenue account to see if there is a PHP API library?
(#10850)
-
prem.mplin
- Forum Newbie
- Posts: 4
- Joined: Mon Sep 02, 2013 12:10 am
Re: CCAvenue payment gateway integration
I have some php files what I got from CCAvenue but I need the steps to configure that.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: CCAvenue payment gateway integration
Since we don't know what the files are, it will be difficult to help. Is one of the files an example script that uses their API?
(#10850)
-
prem.mplin
- Forum Newbie
- Posts: 4
- Joined: Mon Sep 02, 2013 12:10 am
Re: CCAvenue payment gateway integration
I have three files those are "checkout.php, libFunctions.php & redirecturl.php".
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: CCAvenue payment gateway integration
I am guessing that libFunctions.php is the API library and checkout.php (and redirecturl.php) are the examples. Have you looked in the checkout.php file?
(#10850)
Re: CCAvenue payment gateway integration
Is there any solution for this? if so how did you integrate?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: CCAvenue payment gateway integration
CCAvenue provides libFunctions.php as the API library and checkout.php and redirecturl.php are the examples.arv wrote:Is there any solution for this? if so how did you integrate?
(#10850)
Re: CCAvenue payment gateway integration
Thanks Christopher,
Received Aes.php,adler32.php, checkout.php, redirecturl.php and index.html.I just need to integrate payment gateway with my registration form.
1)I hope Aes.php and adler32.php are libraries. Rest of the files(checkout.php and redirecturl.php) needs to be placed in controller right?
2)Index.html can be replaced with our own subscription form plus by mentioning mandatory ccavenue fields ?
3)How can we mention the unique orderid in every form?
Am I right? Please correct me I am wrong.
Received Aes.php,adler32.php, checkout.php, redirecturl.php and index.html.I just need to integrate payment gateway with my registration form.
1)I hope Aes.php and adler32.php are libraries. Rest of the files(checkout.php and redirecturl.php) needs to be placed in controller right?
2)Index.html can be replaced with our own subscription form plus by mentioning mandatory ccavenue fields ?
3)How can we mention the unique orderid in every form?
Am I right? Please correct me I am wrong.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: CCAvenue payment gateway integration
I don't think placed in the controller. I would write a controller based on the code in checkout.php.arv wrote:1)I hope Aes.php and adler32.php are libraries. Rest of the files(checkout.php and redirecturl.php) needs to be placed in controller right?
Yes.arv wrote:2)Index.html can be replaced with our own subscription form plus by mentioning mandatory ccavenue fields ?
Pass it through forms in a hidden field, or save it in the session.arv wrote:3)How can we mention the unique orderid in every form?
(#10850)