Is there any way to get the value thats is set up in the product page for the field “Minimum quantity”.
I want to use in the product page with a message like “This products allows to get _minimum-quantity-field-value products”
]]>I am not wanting to continue using your plugin. Remove my card details from your system and give me my refund.
]]>I recently installed your plugin and have set my min quantity and they step to “6”.
When I go to any product, the min qty shows, but the step quantity doesn’t, it should be 6, 12, 18, 25…
Instead its 6, 7, 8, 9, 10, 11…
I’ve used this feature in the past and its worked but for some reason it’s stopped working.
I have excluded a product from the ‘Min Cart Quantity’ which is 6 products on cart checkout. This product in the link still has the Min Cart setting of 6 applied to it when you go to checkout. You should be able to purchase just 1 product for this purchase but it still requiring 6 products to checkout.
]]>Hi, when the cart limit is exceeded, the plugin removes the Proceed To Checkout button – possibly by unhooking woocommerce_button_proceed_to_checkout
, I haven’t dug into the code – but then other buttons are still visible, such as Google Pay, Apple Pay, PayPal, etc. So it would be best to unhook the entire woocommerce_proceed_to_checkout
action instead.
I have set the minimum Quantity to 50 and set the step up increments to 50.
The total price doesn’t update when changing quantity.
Any help with this is greatly appreciated.
After I get rid of your “upgrade to pro” ad in my dashboard by clicking on “hide for me”, the ad returns on every other dashboard page I visit. You have a great plugin, but doing that will not earn you a good review.
]]>Hi,
I tried using your pre-sales contact on your pro version site but it wants me to login to use the chat. Not sure how to contact.
Thanks
]]>Hi, I‘m getting a fatal error at the cart page with the version 2.4.24 of WooCommerce Min/Max Quantities enabled.:
Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /mnt/web006/e1/17/5715117/htdocs/STRATO-apps/wordpress_02/app/wp-content/plugins/woocommerce-min-max-quantities/woocommerce-min-max-quantities.php:335
woocommerce-min-max-quantities/woocommerce-min-max-quantities.php:335:
if ( 'yes' !== $minmax_do_not_count && 'yes' !== $minmax_cart_exclude ) {
$total_cost += $product->get_price() * $values['quantity'];
}
I‘m not a developer, but with this script, I fixed the cart to work again (lines at 335):
woocommerce-min-max-quantities.php:335:
if ( 'yes' !== $minmax_do_not_count && 'yes' !== $minmax_cart_exclude ) {
$total_cost += floatval($product->get_price()) * intval($values['quantity']);
}
I think I recently updated the plugin.
Can you reproduce the error?
regards
]]>Hello,
I just want to confirm if the following is possible with this plugin and can it be done with the free version or does it require the pro version:
I need to set a minimum total cart value of £20 but only for specific products/or a single product category. If that value is not reached for those products/category only, checkout is not allowed until.
Thanks!
]]>Is there any way to change the validation error message in the free version of the plugin?
]]>Hello,
Hope all is well.
How can I display the total amount in the single product page taking into consideration the minimum quantity set please?
e.g.: if single product price is 1$ and minimum quantity is 20, how to display before the ADD TO CART button “Total amount: $20” ?
Thank you
]]>I’m interested in trying the premium version of this plugin, but it is unclear to me if I can set the min/max values on a single product (not global) based on user roles. For example, I may want the max qty for “Product A” to be 10 for “customers” but 20 for “customer user managers”. On “Product B”, I may want the max qty for “customers” to be 20 but “customer user managers” can order up to 50. Is this possible?
]]>Good afternoon, I encountered the following problem: it shows the min quantity as 1 for all category pages except the first one.
If you enable endless loading of products in the product grid (in a category) or loading using the “Show more products” button, then all subsequent pages except the first one ignore the set minimum value in the product card. But, if you install page-by-page pagination, then all products in the product grid are displayed with the correct quantity, as in the card.
]]>Hi there!
Congratulations for this plugin. It works great, without too many settings.
However, I am facing a minor issue in a shop. I have set the min. quantity for a specific product to 3 and I have applied the same settings for its translated version (WPML is used).
So, the plugin limits the customer to 3 items for this product, but the problem is that if the customer switches language he can add 3 more of the same (translated) product to the cart. So, the plugin seems to identify the translated versions as different products, at least at the product and archive pages.
The good things is that it shows a warning on top when you go to the cart page and it does not let the customer proceed to checkout which is very improtant.
However, it would be even greater if it did not led the addition of the translated versions in first place. And it also would also be helpful if the plugin settings were locked / automatically transfered to the translated versions, if you set them up at the product of the default language.
Not a big issue really, but maybe it is fixable, so I am reporting this.
Thanks again.
]]>Hi Team. I am Moumita, Product Manager from MultiVendorX Team.
Some of our users are asking about the compatibility of “Min Max Quantities for WooCommerce” with MultiVendorX.
Can you please check and let us know? In fact if you would work on this compatibility we will add your plugin on our compatible plugin page link.
]]>Hi,
I want to activate the newly released HPOS/COT feature of WooCommerce, but I found your plugin is incompatible. Is there a plan to make the plugin compatible?
Thank you.
]]>Hi there,
After installing the plugin our checkout page it crashing. When we disable the plugin it the checkout page works again.
Any ideas ?
Thanks.
]]>hi,
I have in error log
PHP Deprecated: Automatic conversion of false to array is deprecated in /var/www/html/web/app/plugins/wc-min-max-quantities/includes/class-helper.php on line 78
]]>Hi, I’m trying to update plugin values via woocommerce built-in importer. The importer recognizes the columns for me, I select to save them as metadata but nothing changes. Is it possible to update plugin values, at the product level, with the importer?
Thanks
]]>Hello how are you?
First I want to thank the plugin initiative, very simple to use.
second point, the “Quantity groups of” function is no longer working, a few days ago it was normal, but now it doesn’t work.
I’ve already uploaded a “clean” wordpress test site with a base theme, and it still doesn’t work.
I created a test product to skip 3 by 3, but it doesn’t work.
I checked the code and the “step” attribute is set to 1, but if I change it to number 3, for example, it starts working jumping from 3 to 3.
I saw that the plugin was closed, but it’s a shame, this is a great plugin, and one of the few good ones I found.
]]>hi, I activated the WC Min Max Quantities plugin, I entered the minimum purchase price for the cart “Minimum order quantity” and I disabled the rule with the flag “By enabling, this product will be excluded from all min-max rules” but it does not work. The product always has the restriction. Can you help me? Thank you.
Worpdress release 6.1
php 7.4
Hi.
You have a nice plugin , but we are faceing this issue …
We have set maximum quantity limit for some specific products (not globally).
When the customer is in the grid product page and presses a few times the add to cart button (until the quantity of the product exceeds the limit) then the plugin redirects automatically to the single product page and the notification message apperars on this page !
Since the customer was earlier at the product grid page and the “add to cart” action happened there , the notification message should be appeared on that page.
Waiting for your reply.
Best regards
]]>Hi,
on a product I set the maximum order quantity to 1500 but I don’t see the value entered in the error message that appears if a greater quantity is added to the cart.
The displayed value is always “1”.
The error message is this: “The maximum allowed quantity for (product name) is (Maximum quantity).”.
Can you check and fix the bug?
Thank you
Hello,
I would like if there is any way to show the allowable quantity on the product page above the counter maybe.
For example the sentence “The Minimum quantity for this product is $value” to show here:
https://prnt.sc/r9RDQhy4edgi
Do you get me?
]]>Hello
I have set max quantity per product to 3 but this appears to be shared between the variations of the parent product. is it possible to set the max quantity for each variable product, not the parent product?
thanks
]]>Hello! I wanted to know if there is any way to show the limitations on the product page.
example :
Max packages:
]]>Im trying to show this product options (woocommerce) https://imgur.com/a/zDSeFQ1 to my dokan vendors with this guide https://wedevs.com/es/blog/409723/how-to-add-new-fields-in-dokan-product-form
i dont know exactly how to edit this, can you help me ?
Dokan already have a min/max module, but is really simple, i want use your advanced plugin
]]>Hi,
I am trying to set up the “Pro” version of your plugin on a category level but the minimum total only works at a product level.
e.g If someone purchased 1 item from the category that has a minimum price total in operation and their purchase was “Under” that minimum price, it cannot be added to basket. They would have to purchase, multiples of the same item to fulfill the minimum preset amount.
This is not what I expected at a category level. What I expected was that the preset total (Minimum Price total, set by me) a customer could purchase multiple items from that same category until the minimum (Preset by me) would be met then the checkout could proceed.
What I ACTUALLY want to be able to do, is…
If a customer buys a certain “brand” (Which I want to set a minimum basket total on) so if they buy 1 of that brand and it is “Below” the preset minimum, they can then add other, different items from the same brand until the minimum threshold has been met.
Is this possible with the “pro” version?
Hello,
Min Quanity doesn’t get set on products that are grouped.
ANy ideas?
Thanks
]]>