Close

Payment gateway integration

[email protected]
11 years ago
#811 Quote
Avatar
  • 6
Hi,
I am using Electronics theme for my website. I need to integrate my website with payment gateway. In the shopping cart when I  select all the billing and payement info, and then I click on the "Confirm" button, it need to be posted to "https://www.ccavenue.com/shopzone/cc_details.jsp" page with the values of the Amount, Shipping address and billing address passed to it.

Please suggest me how to do it.

Thanks in advance
Subhash
Support
11 years ago
#813 Quote
Avatar
  • Moderator
  • 1044
[email protected] wrote:
Hi,
I am using Electronics theme for my website. I need to integrate my website with payment gateway. In the shopping cart when I  select all the billing and payement info, and then I click on the "Confirm" button, it need to be posted to "https://www.ccavenue.com/shopzone/cc_details.jsp" page with the values of the Amount, Shipping address and billing address passed to it.

Please suggest me how to do it.

Thanks in advance
Subhash


Hi Subhash,

Could you provide a link to your website?

Best Regards,
Nop-Templates Support Team
[email protected]
11 years ago
#814 Quote
Avatar
  • 6
http://www.buyinghour.com/
Support
11 years ago
#827 Quote
Avatar
  • Moderator
  • 1044
Hi Subhash,

Implementing a payment gateway in nopCommerce would require some effort and it would largely depend on the payment provider you want to support.
The nopCommerce source code ships with quite a few payment providers so there is plenty of examples to follow.
You should probably start with this documentation:

http://www.nopcommerce.com/docs/76/how-to-code-my-own-payment-method.aspx

And then have a look at one of the Nop.Plugin.Payments projects in the nopCommerce source code.

I hope this is useful!