Skip to content

Billmate payment plugin for WooCommerce

Notifications You must be signed in to change notification settings

anfly0/woocommerce

 
 

Repository files navigation

Billmate Payment Gateway for WooCommerce

By Billmate AB - https://billmate.se

Documentation

Installation manual in English

Installation manual in Swedish

Description

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.

Available payment methods

  • Invoice
  • Part payment
  • Card
  • Bank (Direct Bank payment through Trustly)

Important note

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.

Compatibility WordPress versions

4.5.4 - 5.2.3

Compatibility WooCommerce versions

2.5.5 - 3.7.0

Compatibility PHP versions

1.0 - 7.4

Installation

The simplest way to install this module is through the WordPress Plugin Directory. However, if you want to install manually, follow the steps below-

  1. Download and unzip the latest release zip file.
  2. If you use the WordPress plugin uploader to install this plugin skip to step 4.
  3. Upload the entire plugin directory to your /wp-content/plugins/ directory.
  4. Activate the plugin through the 'Plugins' menu in WordPress Administration.
  5. Go to --> Settings --> Billmate Settings and configure your Billmate ID and Secret.
  6. Go to --> WooCommerce --> Settings --> Payment Gateways and configure your Billmate settings.
  7. Billmate Part Payment: Click the button "Update paymentplans" on the settings page to fetch your shops PClasses and store them in the database.

Can I use Wordfence or any other Firewall plugin?

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.

Verified compatible external plugins

How to place Billmate logo on your site.

Copy the code below for the size that fits your needs.

Large

Billmate Payment Gateway

<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/L.png" alt="Billmate Payment Gateway" /></a>

Medium

Billmate Payment Gateway

<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/M.png" alt="Billmate Payment Gateway" /</a>

Small

Billmate Payment Gateway

<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/S.png" alt="Billmate Payment Gateway" /></a>

Testing

Tested with Browserstack

Development

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/

About

Billmate payment plugin for WooCommerce

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.9%
  • JavaScript 8.5%
  • Other 0.6%