Skip to content

Commit

Permalink
Rebranding from Billmate to Qvickly
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorB committed May 11, 2023
1 parent e077bf2 commit f2ff2e9
Show file tree
Hide file tree
Showing 11 changed files with 233 additions and 402 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Billmate Payment Gateway for WooCommerce
By Billmate AB - [https://billmate.se](https://billmate.se/ "billmate.se")
# Qvickly Payment Gateway for WooCommerce
Qvickly är ett varumärke som används inom Billmate AB - [https://qvickly.io](https://qvickly.io/ "qvickly.io")

## Documentation

[Installation manual in Swedish](https://support.billmate.se/hc/sv/sections/360002286018-WooCommerce-Billmate-CustomPay)

## 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.
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
Expand All @@ -32,34 +32,34 @@ The simplest way to install this module is through the WordPress Plugin Director
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.
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. Billmate Part Payment: Click the button "Update paymentplans" on the settings page to fetch your shops PClasses and store them in the database.
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, support@billmate.se.
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.

## Verified compatible external plugins
* [WooCommerce Subscriptions](https://woocommerce.com/products/woocommerce-subscriptions/ "WooCommerce Subscriptions")
* [Product Add-Ons](https://woocommerce.com/products/product-add-ons/ "Product Add-Ons")

## How to place Billmate logo on your site.
## How to place Qvickly logo on your site.
Copy the code below for the size that fits your needs.

### Large
<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://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://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/L.png" alt="Billmate Payment Gateway" /></a>`
`<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
<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://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://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/M.png" alt="Billmate 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>`
### Small
<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/S.png" alt="Billmate 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>

`<a href="https://billmate.se"><img src="https://www.billmate.se/wp-content/uploads/2019/09/S.png" alt="Billmate 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>`

## Testing
Tested with [Browserstack](http://www.browserstack.com)
Expand All @@ -78,7 +78,7 @@ When developing there is a live reload mode.
npm run cypress:open

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

Start a Docker instance:

Expand All @@ -103,7 +103,7 @@ Docker contexts:

docker/remote - will pull all source from github

docker/local - will mount the local source (./src) for the Billmate payment gateway plugin
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.

Expand Down
42 changes: 24 additions & 18 deletions src/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
=== Billmate Payment Gateway for WooCommerce ===
Contributors: Billmate
=== Qvickly Payment Gateway for WooCommerce ===
Contributors: Qvickly
Donate link:
Tags: woocomerce, billmate, payments, cardpayments, invoice, partpayment, recurring, bankpayment
Tags: woocomerce, qvickly, payments, cardpayments, invoice, partpayment, recurring, bankpayment
Requires at least: 4.0
Tested up to: 5.3.2
Stable tag: __STABLE_TAG__
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WC tested up to: 4.5.0

Billmate offers a complete paymentsolution to your webshop.
Qvickly offers a complete paymentsolution to your webshop.

== Description ==

Billmate Gateway is a plugin that extends WooCommerce, allowing your customers to get their products first and pay by invoice to Billmate later (https://billmate.se/). This plugin utilizes Billmate Invoice, Billmate Card, Billmate Bank and Billmate Part Payment.
Qvickly Gateway is a plugin that extends WooCommerce, allowing your customers to get their products first and pay by invoice to Qvickly later (https://qvickly.io/). This plugin utilizes Qvickly Invoice, Qvickly Card, Qvickly Bank and Qvickly Part Payment.

When the order is passed to Billmate a credit record of the customer is made. If the check turns out all right, Billmate creates an invoice in their system. After you (as the merchant) completes the order in WooCommerce, you need to log in to Billmate to approve/send the invoice.
When the order is passed to Qvickly a credit record of the customer is made. If the check turns out all right, Qvickly creates an invoice in their system. After you (as the merchant) completes the order in WooCommerce, you need to log in to Qvickly to approve/send the invoice.

All our plugins is tested with Browserstack - https://www.browserstack.com

Billmate is a great payment alternative for merchants and customers in Sweden.
Qvickly is a great payment alternative for merchants and customers in Sweden.

If you have any questions please visit https://billmate.se/kontakt to make contact with us.
If you have any questions please visit https://qvickly.io to make contact with us.


== Installation ==

= Installation in Wordpress =

Navigate to Plugins-Add New. Search for Billmate and then install the plugin.
Navigate to Plugins-Add New. Search for Qvickly and then install the plugin.

= Manual Installation =
Quickinstallation
1. Download the plugin
2. Unzip the zip-file
3. Upload the folder "billmate-payment-gateway-for-woocommerce" to /wp-content/plugins2
4. Login to your Wordpress and navigate to Plugins-Installed Plugins and Activate "Woocommerce Billmate Gateway"
5. Navigate to Settings under Wordpress, then "Billmate Settings" and enter your Billmate ID and Secret
5. Navigate to Settings under Wordpress, then "Qvickly Settings" and enter your Qvickly ID and Secret
6. Navigate to Woocomerce-Settings-Checkout and setup the payment methods.

Link to full documentation: https://billmate.se/plugins/manual/Installationsmanual_Woocommerce_Billmate.pdf (Swedish)
Expand All @@ -48,20 +48,20 @@ Before updating the plugin, please save your settings and make a backup of your

= How do I get started? =

The first thing you have to do is to get an account at Billmate.se. Yo can create an account at https://billmate.se/anslut-webbshop/. Then you download the plugin and install it. If you like to make test purchases please contact Billmate, and we will help you.
The first thing you have to do is to get an account at qvickly.io. Yo can create an account at https://qvickly.io. Then you download the plugin and install it. If you like to make test purchases please contact Qvickly, and we will help you.


= How do I make contact with Billmate? =
= How do I make contact with Qvickly? =

You can contact us by phone or e-mail. You can find phonenumbers and mailadresses at https://billmate.se/kontakt/
You can contact us by phone or e-mail. You can find phonenumbers and mailadresses at https://qvickly.io

= Is there anything else I need before I can use Billmate plugin on my webstore? =
= Is there anything else I need before I can use Qvickly plugin on my webstore? =

I depends on what payment methods you will use. If you use cardpayment you need to sign a acquiring agreement with a acquirer. If you use bankpayment, you need a contract with Trustly. If you use Invoce or/and partpayment, then you need a contract with Billmate.
I depends on what payment methods you will use. If you use cardpayment you need to sign a acquiring agreement with a acquirer. If you use bankpayment, you need a contract with Trustly. If you use Invoce or/and partpayment, then you need a contract with Qvickly.

= How much does it cost to use Billmate? =
= How much does it cost to use Qvickly? =

We have different prices depending on what you choose. You can read more about it at https://billmate.se/priser
We have different prices depending on what you choose. You can read more about it at https://qvickly.io

= Can I use Wordfence or 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 go.
Expand All @@ -76,9 +76,15 @@ You need to make sure our callback IP, 54.194.217.63, is whitelisted in Wordfen
6. Billmate Partpayment - https://billmate.se/plugins/images/woocommerce/partpayment.png

If you would like to use our logos on your site:
https://www.billmate.se/press-och-media/
https://qvickly.io/qvickly-grafiskt-material/
== Changelog ==

= 3.12.5 (2023-04-28)
* Update plugin for Qvickly rebranding

= 3.12.4 (2022-11-11)
* Update plugin to support PHP 8+

= 3.12.3 (2021-10-12)
* Update PEM certificate

Expand Down
Binary file modified src/images/billmate-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/billmate-trustly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/billmate_bank_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/bm_cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/bm_delbetalning_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/bm_faktura_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/bm_kort_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/languages/billmate-sv_SE.mo
Binary file not shown.
Loading

0 comments on commit f2ff2e9

Please sign in to comment.