BACK TO DIRECTORY






Payment for products of online stores (Woocommerce) through the LiqPay service. Works in conjunction with the Woocommerce plugin.
Features
- Payment for any type of products
- Support for block themes
- Support for PPO (Fiscal Receipt Printing)
- Debugging in standard WooCommerce logs
- Configuration options:
- Payment method name
- Payment method description
- Payment method icon
- Language of LiqPay payment pages
- Order status after payment
- Payment destination
- Redirect page in case of payment failure
- Enable/disable PPO
- Enable/disable WooCommerce debug log
Now you can use the filter:
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

Woocommerce payment methods settings page

Plugin settings page

Payment methods in block themes

Single product RRO settings

Variable product RRO settings
Plugin Details
Active Installs
1K+Total Downloads
15,063Version
2.8.5Requires WP
5.7.2Requires PHP
7.4Tested Up To
6.9.7Added
2022-08-18Last Updated
2025-12-04 1:42pm GMTRatings
5
10
4
1
3
0
2
0
1
2