Indian payment gatways like CCAVANUE or CashFree for concrete5 Store addons and shipping tracking

Permalink
Friends,
I am thinking of implementing contrete5 latest for my two startup commerce sites. I have seen 2 store addons available. I am just curious if Indian payment gateways like CCAVANUE or CashFree available for concrete5 Store addons

Also give me insight on what options available for shipping tracking.

thanks in anticipation
Aladin

 
mnakalay replied on at Permalink Best Answer Reply
mnakalay
The de-facto e-commerce plugin for Concrete5 5.7 and 8 is the free plugin Community Store that you can find on Github:https://github.com/concrete5-community-store/community_store...

It doesn't have the payment plugins you are looking for but has others like Paypal, Stripe, Authorize.net... Also all free

For shipping it has an Easy Post pluginhttps://github.com/concrete5-community-store/community_store_easypos... (need I mention it? also free)

Easy Post is a service that allows you to work with more than 100 different carriers. You can see the list here:https://www.easypost.com/carriers...
aladincomadin replied on at Permalink Reply
Thanks for the reply
aladincomadin replied on at Permalink Reply
Hi,
I have basic php knowledge. I am thinking of writing a code that integrate an Indian payment gateway API to community store.
Is there a template code to customize for this need ?

thanks in advance.
mnakalay replied on at Permalink Reply
mnakalay
If you go through the repository you will see all the plugins you can use with Community STore, incuding all the payment gatewys.

You can us any of them as template. If the gateway you want to use is an "on-site" type, meaning the payment all takes place on your site, I suggest you look at the Stripe plugin as an example.

If the gateway is an "off-site" type, meaning the buyer is taken to the gateway website to pay before being sent back to your website, have a look at the Paypal plugin as an example.

To be honest, with only basic PHP knowledge, it might not be the best idea to build a plugin for soomething that requires security and will take payments. It's a bit risky.
aladincomadin replied on at Permalink Reply
Hi,
Thanks for the reply.

I noted your point about security.
What your view about community building of the code on github?

thanks
mnakalay replied on at Permalink Reply
mnakalay
I don't have a problem with it. It's developed by people who know what they're doing (including me :)

Concrete5 is also community built on Github, as well as jQuery, Wordpress, and many other very popular pieces of software.