Linux 软件免费装
Banner图

Payment Gateway for LiqPay for Woocommerce

开发者 Komanda
更新时间 2024年5月3日 19:08
PHP版本: 7.4 及以上
WordPress版本: 6.5
版权: GPL-2.0+
版权网址: 版权信息

标签

payment gateway Woocommerce liqpay LiqPay

下载

1.1 1.5 1.3 1.0 1.2 1.10 1.4 1.6 1.7 1.8 1.9

详情介绍:

Payment for products of online stores (Woocommerce) through the LiqPay service. Works in conjunction with the Woocommerce plugin. 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; }

安装:

Unzip the contents of the zip file to your site\'s plugins folder (wp-content/plugins/) using your favorite FTP program. or install from the official Worpress.org repository Activate the plugin on the \"Plugins\" page in the admin panel. installation is completed. After installing and activating the plugin, go to the admin panel in the left menu in WooCommerce -> Settings (Settings) -> Payments (Payments) and activate LiqPay, then go into it and write down public_key and private_key - you will receive them when registering in the liqpay.ua system and adding your site to it.

屏幕截图:

  • Screenshot of our plugin settings
  • Screenshot of our plugin settings

升级注意事项:

1.1 Automatic redirection to Liqpay page Added a field for redirection when the payment has not been made Ukrainian translation added 1.5 This version fixes a bug related to statuses. Updated data transfer method. Please update. 1.6 Added screenshots 1.7 Bugs fixed 1.8 Tested wordpress 6.5 1.9 Added filter to query array 1.10 Small bugs fixed

更新日志:

1.0 1.1 Automatic redirection to Liqpay page Added a field for redirection when the payment has not been made Ukrainian translation added 1.2 Small changes 1.3 Changes php version 1.4 Tested wordpress 6.3.1 1.5 Updated data transfer method. Tested wordpress 6.4.3 1.6 Added screenshots 1.7 Bugs fixed 1.8 Tested wordpress 6.5 1.9 Added filter "wc_liqpay_request_filter" to query array before sending data to liqpay. 1.10 Bugs fixed: removed admin css/js plugins files fixed duplicated origin column value