woocommerce / woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
https://woocommerce.com
9.33k stars 10.75k forks source link

custom payment gateway #148

Closed gour closed 12 years ago

gour commented 12 years ago

Hello!

At the moment I'm working on a small site for our counselling/homeopathy clinic using Concrete5 CMS and it ecommerce add-on for which we got custom payment module written to handle our local IPSP. (services are our 'products')

However, we are not, in general, fully satisfied with Concrete5 and considering to possibly migrate to WP. On #wordpress, we were told about woocommerce and wonder how much work would be to provide custom payment gateway for form-based API (we have English documentation for integration)?

Considering we're from Croatia, there is probably not much hope to get our extension on the top of the the 'voted' list. :-(

mikejolley commented 12 years ago

You can base your gateway on one of our existing options, we also have a getting started guide: http://www.woothemes.com/woocommerce-codex/payment-gateways/ You should be able to find a developer up to the challenge :)

ese7 commented 11 years ago

Hi Mike. The link no longer works. I've been battling with creating a custom gateway module.. I tried modifying the existing Paypal standard module but even though it's form-based (which is what I want), the methods are so different that it's really confusing.

Any assistance would be appreciated. Thanks.

camilobuitrago commented 11 years ago

Hi ese7, I'm in the same battle here, the Paypal implementation is not that intuitive. So I searched for another implementation and I found the CCAvenue as an option, it is easier to understand, at least for me.

You can find the plugin here: http://wordpress.org/extend/plugins/ccavenue-payment-gateway-woocommerce/