Hello, how to translate notification messages with WPML please? Thanks.
]]>Hello
I see a problem with the plugin. I use elementor. The message for the cart limit of max 40’000 total amount should be displayed directly but it only hide the button “place order” and I have to reload the cart page to display the limit message.How can I fix this please ?
]]>There appears to be a bug in 2.0.1 that when you edit a WooCommerce product then click “update” the page doesnt refresh and remains white. Update still appears to happen so far for most product details but some fields dont.
Tested by removing each plugin one by one until this one was found to be the cause. Rolled back to 2.0.0 and product updates work as expected. Upgraded to the latest and the update to products fail again.
Just an FYI
Thanks
Steven
]]>Hi, I’m Valeria.
When in the woocommerce log section I’ve noticed a recurring fatal error about your plugin.
2024-01-27T06:53:06+00:00 CRITICAL Uncaught Error: Call to a member function is_empty() on null in /var/www/vhosts/mywebsite/httpdocs/wp-content/plugins/wc-order-limit-lite/includes/class-xsollwc-rule.php:1022 Stack trace: #0 /var/www/vhosts/mywebsite/httpdocs/wp-includes/class-wp-hook.php(324): XSOLLWC_Rule->wcol_restrict_checkout() #1 /var/www/vhosts/mywebsite/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /var/www/vhosts/mywebsite/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action() #3 /var/www/vhosts/mywebsite/httpdocs/wp-includes/template-loader.php(13): do_action() #4 /var/www/vhosts/mywebsite/httpdocs/wp-blog-header.php(19): require_once(‘/var/www/vhosts…’) #5 /var/www/vhosts/mywebsite/httpdocs/index.php(17): require(‘/var/www/vhosts…’) #6 {main} thrown in /var/www/vhosts/mywebsite/httpdocs/wp-content/plugins/wc-order-limit-lite/includes/class-xsollwc-rule.php alla riga 1022
I use the latest version of woocommerce, is it possible to know what it is and how to fix it?
Thanks for your attention
Valeria
]]>Hi,
While the plugin seems to function OK, I get this constant warning message:
This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance Order Storage (HPOS)’, it shouldn’t be activated.?
What do you recommend?
]]>I installed this plugin and tried it on a simple product. I set a limit of 10 items using “Quantity” as the setting. It didn’t work at all.
]]>Hi
I set up a rule to limit the maximum quantity of two products to 1 per order but it didn’t work, I was able to add two products in one order , although I checked the “hide checkout button” if rule wasn’t applied .
]]>Hi
I was searching a plugin to enable me limit the purchase of a product to one per customer , also make this product attached to another product ( i mean they have to be purchased together in one order), the above plugin came up in my search results but its untested in the WP version i have 6.2.1
Any recommendation please?
Thanks in advance
]]>Hi, will it be possible to update this plugin, since we updated it to PHP 8, we are getting issues like we cannot update users, the user limits don’t want to work properly, and also causes an issue with our checkout button.
We patched it a few times, but obviously, this is not the correct way of doing things.
]]>Hey Guys,
The get cart URL that you are using on
wp-content\plugins\wc-order-limit-lite\includes\class-xsollwc-rule.php
line 1091 is deprecated.
You can change the code from:
if( !WC()->cart->is_empty() && is_checkout() ){
if(!WC()->session->get('is_valid_order')){
wp_redirect( WC_Cart::get_cart_url() );
}
}
to
if( !WC()->cart->is_empty() && is_checkout() ){
if(!WC()->session->get('is_valid_order')){
$cart_page_id = wc_get_page_id( 'cart' );
$cart_page_url = $cart_page_id ? get_permalink( $cart_page_id ) : '';
wp_redirect( $cart_page_url );
}
}
and it should resolve the problem. Below is the stack trace of the error in case you need it. Please let me know once you have updated the plugin so that I can update it on the website.
1-Nov-2022 07:47:06 UTC] PHP Fatal error: Uncaught Error: Non-static method WC_Legacy_Cart::get_cart_url() cannot be called statically in /usr/www/users/cherrpsajf/wp-content/plugins/wc-order-limit-lite/includes/class-xsollwc-rule.php:1019
Stack trace:
#0 /usr/www/users/cherrpsajf/wp-includes/class-wp-hook.php(307): XSOLLWC_Rule->wcol_restrict_checkout('')
#1 /usr/www/users/cherrpsajf/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#2 /usr/www/users/cherrpsajf/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#3 /usr/www/users/cherrpsajf/wp-includes/template-loader.php(13): do_action('template_redire...')
#4 /usr/www/users/cherrpsajf/wp-blog-header.php(19): require_once('/usr/www/users/...')
#5 /usr/www/users/cherrpsajf/index.php(17): require('/usr/www/users/...')
#6 {main}
thrown in /usr/www/users/cherrpsajf/wp-content/plugins/wc-order-limit-lite/includes/class-xsollwc-rule.php on line 1019
]]>
FYI – I get this error when saving a quantity limited rule on a product category
Fatal error: Uncaught Error: Using $this when not in object context in \wp-content\plugins\wc-order-limit-lite\includes\class-xsollwc-rule.php on line 430
]]>Hello. Product category quantity limit is working perfectly. But i want to setup step quantity like 6,12,18.24 only this step quantity will able to place order. Is it possible?
]]>Hi,
Please, is there a way to filter by All product variations?
thank you
]]>Hello,
is there a way to change language strings because it always show English strings.
I searched in polylang but I cant find anything
It appears to work, but the messages on the cart aren’t showing. What are they hooked to?
]]>Hello,
is it possible with this plugin to limit the orders (for a day) when stock limit is reached ?
For example, we sell food and capacity of food our kitchen can produce, is limited. For specific day, users can order limited amount of certain product. When this limit is reached, order for that they are closed. Is this possible with your plugin ?
One more thing is, we have product with different sizes (product variations). So for example user can order 20 articles of size 1x and only one article of size 20x.
Would that be possible ?
Thank you for your answer!
Regards, M.
Hi Support Team
.
i am using pro version of WC order limit
.
from where i set this feature “Set Across all orders Limit on multiple Product”
.
i want to set total 4 product a specific user_role can buy
from all the product only 4 product he can buy
.
We need that the specific user based on the role that he can’t buy more then 4 product in all orders like in order history
.
please help me in this scenario I am stuck form last 10 days in this functionality
Hi Support Team
.
from where i set this feature “Set Across all orders Limit on multiple Product”
.
i want to set total 4 product a specific user_role can buy
from all the product only 4 product he can buy
Hello,
Is there a way (in PRO version) that the accumulative category limit is set in instances?
For example, I have set that one category has min order limit 20. The users cannot purchase 19 articles in this category, but they can purchase 21. I would like that they can purchase only 20, 40, 60, 80, 100, 120… articles.
If that’s possible in PRO version I would gladly purchase it.
Thanks in advance.
]]>Hi
is there a way to set a price limit for each tag just like the categories?
WC Order Limit is not working for Products limit
please help.
Searching a feature to limit a single product in cart to one productvariant. If this one product is in cart, no other products in cart are allowed. There ist no amount limitation about this one product (1, 20 or 100 pieces), but just this one product-variant.
This activation must be in option on product level. And there must be some filters with error messaging for customers on try putting this product in a filled cart or add a second other product in to cart.
the premium feature section says “Limit Guest User To place Minimum and Maximum Order of Products and Categories” does this mean the free version only applies the limit on registered users only?
]]>Hi,
can I set with this plugin monthly limit of amount for all orders? For example $100 / month? I need set up same maximum limit for all orders per each user per month…
]]>