limit-orders icon indicating copy to clipboard operation
limit-orders copied to clipboard

Automatically disable WooCommerce's checkout process after reaching a maximum number of orders.

Results 9 limit-orders issues
Sort by recently updated
recently updated
newest added

I've installed the plugin and I am getting an incompatibility error. "This plugin is incompatible with the enabled WooCommerce feature 'High-Performance order storage', it shouldn't be activated." In WooCommerce settings...

bug

Add an ability to limit based on orders amount from selected interval. Example: Owner of the shop cannot sell products with total amount higher than 600$. Plugin should have additional...

enhancement

When `OrderLimiter::disable_ordering()` is called, an action should be fired to let other plugins get in on the action. ```php /** * Fires when ordering has been disabled. * * @param...

enhancement
good first issue

I just put together https://gist.github.com/stevegrunwell/393dc9ea09527c344b2b227c552c11e0 in response to [a support request](https://wordpress.org/support/topic/show-order-limit-in-hoime-page/), but this may be something worth including in the plugin.

enhancement

WordPress.org user intriguemediaweb [raised an interesting question yesterday](https://wordpress.org/support/topic/cart-empties-when-limit-is-hit/): how does a shop owner keep WooCommerce from emptying customer carts once the order threshold has been met? Digging in, WooCommerce runs...

question

Currently, any intervals >= 1 day reset at midnight (relative to the store's timezone), though it may be worth making this available as a setting. Original request: https://wordpress.org/support/topic/custom-order-reset-time/

enhancement

In places where intervals either start or end at midnight (e.g. a daily interval or an hourly interval that started at 11:00pm and will end at 12:00am), it might be...

enhancement

**Is your feature request related to a problem? Please describe.** I’ve got a Pizzeria that can only make 50 pizzas per day roughly, we’re limiting the orders to 25 as...

enhancement

This plugin is already using [the 10up/action-wordpress-plugin-deploy GitHub Action](https://github.com/10up/action-wordpress-plugin-deploy) for deploying new tags to the WordPress.org plugin repo, but there are still a number of manual steps. Ideally, the process...

enhancement