Skip to content

Billmate/woocommerce

Repository files navigation

Qvickly Payment Gateway for WooCommerce

Qvickly är ett varumärke som används inom Billmate AB - https://qvickly.io

Documentation

Installation manual in Swedish

Description

Qvickly 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 Qvickly Checkout brings. Qvickly 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

WordPress 4.5.4 or higher

Compatibility WooCommerce versions

WooCommerce 2.5.5 or higher

Compatibility PHP versions

1.0 - 8.3

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 --> Qvickly Settings and configure your Qvickly ID and Secret.
  6. Go to --> WooCommerce --> Settings --> Payment Gateways and configure your Qvickly settings.
  7. Go to --> WooCommerce --> Settings --> General --> Default Customer Location and set it to any setting except 'No location by default'
  8. Qvickly 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, [email protected].

Verified compatible external plugins

How to place Qvickly logo on your site.

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

Large

Qvickly Payment Gateway

<a href="https://qvickly.io"><img src="https://qvickly.io/wp-content/uploads/2023/04/example-qvickly-logo.svg" width="892" height="200" alt="Qvickly Payment Gateway" /></a>

Medium

Qvickly Payment Gateway

<a href="https://qvickly.io"><img src="https://qvickly.io/wp-content/uploads/2023/04/example-qvickly-logo.svg" width="446" height="100" alt="Qvickly Payment Gateway" /></a>

Small

Qvickly Payment Gateway

<a href="https://qvickly.io"><img src="https://qvickly.io/wp-content/uploads/2023/04/example-qvickly-logo.svg" width="223" height="50" alt="Qvickly Payment Gateway" /></a>

Testing

Tested with Browserstack

The e2e tests are using Cypress (https://www.cypress.io/). To run the tests there is a need to do the following.

npm install

Once all dependencies are installed then there is set of commands that can be run to test.

npm run cypress:run

When developing there is a live reload mode.

npm run cypress:open

Local environment

To setup a local Wordpress with Woocommerce and Qvickly Payment Gateway locally, the following steps are needed.

Start a Docker instance:

docker-compose up

A new instance of the CMS are now up and running at the following url:

If you are using 'local' or 'remote' docker contexts:
    http://localhost:8282

If you are using 'ngrok' docker context:
    The public url can be found:
        1. In the logs of the woocommerce container
        2. At http://localhost:4040/status

To login to Wordpress the credentials are:

user: admin
password: 4dm1n

Docker contexts:

docker/remote - will pull all source from github

docker/local - will mount the local source (./src) for the Qvickly payment gateway plugin

docker/ngrok - will publish port 80 of the woocommerce container to a temporary public url powered by Ngrok.

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

To run the full test suite:

composer run tests:all

Original code created by Niklas Högefjord - http://krokedil.com/