Qvickly Checkout for WooCommerce is a plugin that extends WooCommerce, allowing you to take payments via Qvickly.
- You need an agreement with Qvickly to be able to use this plugin.
- WooCommerce 4.0.0 or newer is required.
- PHP 7.0 or higher is required.
- SSL Certificate is required.
Here is the section regarding the different parts from a documentation perspective.
- Make sure that you have enabled pretty permalinks in your WordPress installation. Otherwise callbacks from Qvickly back to your store won’t work and orders will not be updated with the correct order status/information.
- To get the order total to match between WooCommerce and Qvickly you need to configure WooCommerce to display prices with 2 decimals. More information about displaying of prices and how it can cause rounding issues can be found in this article.
- It is recommended to enable guest checkout (Enable guest checkout setting in WooCommerce -> Settings -> Checkout).
- Go to: WooCommerce -> Settings -> Checkout -> Qvickly Checkout.
- Enable Qvickly Checkout by checking the Enable Qvickly Checkout checkbox.
- Title - Enter the title for the payment method displayed in the checkout and order confirmation emails.
- Description - Enter the description of the payment method displayed in the checkout page.
- 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.
- Testmode - Tick the checkbox if you make purchases using a test account.
- Debug log - Tick this checkbox to log events for debugging.
- Checkout flow - Select how Qvickly Checkout should be integrated in WooCommerce. More information here.
- Qvickly checkout layout - Select the Qvickly checkout layout.
- Client ID - Client id that you receive from Qvickly.
- Client Secret - Client secret that you receive from Qvickly.
More documentation regarding the management settings can be found here
The following development commands are available.
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