Billmate / billmate-checkout-for-woocommerce

Payment Plugin for WooCommerce. Integrates Billmate Checkout for WooCommerce.
https://support.billmate.se/hc/sv/sections/360001483157-WooCommerce-Billmate-Checkout
2 stars 1 forks source link
billmate billmate-checkout checkout iframe iframe-embeds payment payment-gateway php woocommerce woocommerce-plugin wordpress wordpress-plugin

Qvickly Checkout payment gateway for WooCommerce

Qvickly Checkout for WooCommerce is a plugin that extends WooCommerce, allowing you to take payments via Qvickly.

Requirements

Documentation

Here is the section regarding the different parts from a documentation perspective.

Installation

WooCommerce Settings

Configuration

  1. Go to: WooCommerce -> Settings -> Checkout -> Qvickly Checkout.
  2. Enable Qvickly Checkout by checking the Enable Qvickly Checkout checkbox.
  3. Title - Enter the title for the payment method displayed in the checkout and order confirmation emails.
  4. Description - Enter the description of the payment method displayed in the checkout page.
  5. Other payment method button text - Customize the Select another payment method button text that is displayed in the checkout if using other payment methods than Qvickly Checkout. Leave blank to use the default (and translatable) text.
  6. Testmode - Tick the checkbox if you make purchases using a test account.
  7. Debug log - Tick this checkbox to log events for debugging.
  8. Checkout flow - Select how Qvickly Checkout should be integrated in WooCommerce. More information here.
  9. Qvickly checkout layout - Select the Qvickly checkout layout.
  10. Client ID - Client id that you receive from Qvickly.
  11. Client Secret - Client secret that you receive from Qvickly.

Qvickly Checkout settings

More documentation regarding the management settings can be found here

Qvickly Checkout settings

Development

The following development commands are available.

Building assets

You need to have Nodejs installed to be able to run commands below.

Install Node modules

npm install

Build assets for development

npx gulp watch

Build assets for production

npx gulp