Qvickly är ett varumärke som används inom Billmate AB - https://qvickly.io
Installation manual in Swedish
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.
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.
WordPress 4.5.4 or higher
WooCommerce 2.5.5 or higher
1.0 - 8.3
The simplest way to install this module is through the WordPress Plugin Directory. However, if you want to install manually, follow the steps below-
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@qvickly.io.
Copy the code below for the size that fits your needs.
<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>
<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>
<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>
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
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.
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/