By Billmate AB - https://billmate.se
Installation manual in English
Installation manual in Swedish
Billmate Gateway is a payment plugin for WooCommerce that gives your customers the ability to pay with their favorite payment options. This plugin supports the WooCommerce standard checkout as well as the improved checkout experience that Billmate Checkout brings. Billmate Checkout integrates via a iframe solution.
- Invoice
- Part payment
- Card
- Bank (Direct Bank payment through Trustly)
The invoice and part payment plugin only work if the currency is set to Swedish Krona (SEK) and the Base country is set to Sweden.
4.5.4 - 5.2.3
2.5.5 - 3.7.0
1.0 - 7.4
The simplest way to install this module is through the WordPress Plugin Directory. However, if you want to install manually, follow the steps below-
- Download and unzip the latest release zip file.
- If you use the WordPress plugin uploader to install this plugin skip to step 4.
- Upload the entire plugin directory to your /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress Administration.
- Go to --> Settings --> Billmate Settings and configure your Billmate ID and Secret.
- Go to --> WooCommerce --> Settings --> Payment Gateways and configure your Billmate settings.
- Billmate Part Payment: Click the button "Update paymentplans" on the settings page to fetch your shops PClasses and store them in the database.
You need to make sure our callback IP, 54.194.217.63, is whitelisted in Wordfence. Navigate to "Wordfence -> Options" and scroll down to "Other Options". Add our ip-number next to "Whitelisted IP addresses that bypass all rules" and it should work. If not, please contact our support, support@billmate.se.
Copy the code below for the size that fits your needs.
<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/L.png" alt="Billmate Payment Gateway" /></a>
<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/M.png" alt="Billmate Payment Gateway" /</a>
<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/S.png" alt="Billmate Payment Gateway" /></a>
Tested with Browserstack
The development tools are available through Composer scripts.
To get all the necessary dependencies from composer, run this command in root directory:
composer install
Run PHP codesniffer with WP coding standards:
composer run php:codesniffer
Run PHPUnit for Unit tests:
composer run php:unit-tests
To run the full test suite:
composer run tests:all
Original code created by Niklas Högefjord - http://krokedil.com/