Installment payment gateway for WooCommerce
Generic installment gateway, "designed" to be pluggable
by k1sul1 · github.com/k1sul1/woocommerce-installment-gateway
★ 2stars
10release downloads
15composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/k1sul1/woocommerce-installment-gateway/releases/download/1.0.1/woocommerce-installment-gateway.zipAlso on Packagist as k1sul1/woocommerce-installment-gateway:
composer require k1sul1/woocommerce-installment-gatewayFrom the readme
Installment payment gateway for WooCommerce
If you're not code savvy, you might want to steer clear of this plugin, unless the defaults work for you.
This plugin is useful for stores that want to utilize a part time payment provider that doen't have an official gateway.
Out of the box, every single order will complete ~instantly, but there's a lot of hooks buried in the 400ish lines of code that this plugin has.
If you want or need to check each order manually before marking it as processing, uncheck "Use direct payment?" on the plugin settings page (/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=installments) and add this code to your location of choice.
Payment options are configured on the same options page. Don't be intimidated by the syntax.
First, there's the the part amount, how many parts will the order be paid in?
Second, there's the formula, it's up to you how you want it. The formula here takes the total order amount, and adds 70 to it, as a one time fee. The interest rate is 7.9%, so the sum is multiplied with 1.079, and then divided with 60. Each installment will cost an additional 7($), so it's added to the final sum that is displayed to the customer
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.1 | Dec 31, 2017 | woocommerce-installment-gateway.zip | 10 |