Skip to content
Snippets Groups Projects
Commit b6ad0d7c authored by Tawhid Islam Raihan's avatar Tawhid Islam Raihan
Browse files

Compatible check with PHP 8

parent 85fe1e6e
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
Plugin Name: Min and Max Order Amount for Woo Payment Gateways
Plugin URI: https://mmawpg.wdraihan.com/
Description: Add minimum or maximum order amount to restricting/disable checkout/place order button based on WooCommerce payment gateways.
Version: 1.0.0
Version: 1.0.1
Author: WDRaihan
Author URI: https://wdraihan.com
License: GPL-2.0+
......
......@@ -4,7 +4,7 @@ Tags: minimum payment, maximum payment, min max order amount, min max payment, s
Requires at least: 4.2
Tested up to: 6.0
Requires PHP: 4.3
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -14,6 +14,8 @@ With this plugin, you will be able to set up minimum and maximum order amount fo
Add minimum or maximum order amount to restricting/disable checkout/place order button based on WooCommerce payment gateways.
👉 Demo Link: [Live Preview](https://mmawpg.wdraihan.com/)
With this plugin, you will be able to set up minimum and maximum order amount for woocommerce payment gateways. If you set up an order limit for a specific payment gateway, then users will be unable to place an order using that payment gateway until no match between the order limit and cart sum.
Use this plugin to set up the minimum or maximum order amounts for the WooCommerce payment gateways. You can force users to cart a specific amount (based on min or max amount) to use a specific payment gateway. For example: To use the Cash On Delivery payment gateway, you can set a minimum or maximum order amount for the users. If you set up an order limit for a specific payment gateway, the users won’t be able to place an order using that payment gateway until not match between the order limit and the cart sum.
......@@ -49,6 +51,10 @@ If you want to receive payment by ‘Bank’ for a minimum or maximum order amou
== Changelog ==
= 1.0.1 - 1607/10/2022 =
Compatible check with PHP 8
= 1.0.0 - 16/07/2022 =
Initial stable release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment