Reputation: 43
In woocommerce there's some payment gateway extension named bank transfer/check etc. they are like offline payment gateway. How can I Duplicate one of theme and use the same extension in same site. In my country there's a offline payment gateway named Bkash. All i want is to make a offline payment gateway extension of woocommerce like money order/check which will be name as Bkash. The payment instructions will be shown just like as moneyorder/bank transfer. I hope You guys understand my needs. thanks
Upvotes: 1
Views: 2025
Reputation: 525
Take your code in integrate it with this "base gateway plugin" code then you can install it as a plugin.
http://docs.woothemes.com/document/woocommerce-payment-gateway-plugin-base/
Upvotes: 2
Reputation: 2810
It is possible! i already created custom payment gatway for norway country
Woo Commerce Provide Payment Gatware API.
You should have to refer this guide in detail, also take idea of code structure from Default Payment under
wp-content/plugins/woocommerce/classes/gateways/bacs
Upvotes: 0