Payment Gateway for LiqPay for Woocommerce

plugin banner

Plugin for paying for products through the LiqPay service. Works in conjunction with the Woocommerce plugin

Author:komanda.dev (profile at wordpress.org)
WordPress version required:5.7.2
WordPress version tested:6.5.3
Plugin version:1.10
Added to WordPress repository:18-08-2022
Last updated:02-05-2024
Rating, %:100
Rated by:7
Plugin URI:
Total downloads:3 888
Active installs:800+
plugin download
Click to start download

Payment for products of online stores (Woocommerce) through the LiqPay service. Works in conjunction with the Woocommerce plugin.

Now you can use the filter:
php
add_filter('wc_liqpay_request_filter', 'modify_request');
function modify_request($request) {
// Modify the $request array here
$request['version'] = '3';
return $request;
}

Translations

  • English – default, always included
  • Ukraine: always with you!

Screenshots
ChangeLog