Steve Grunwell
@stevegrunwell on WordPress.org and Slack
- Member Since: September 28th, 2010
- Location: Columbus, OH
- Website: stevegrunwell.com
- GitHub: stevegrunwell
- Job Title: Senior Software Engineer
- Employer: Liquid Web
Bio
Contribution History
Steve Grunwell’s badges:- Core Contributor
- Documentation Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
- 
										Posted a reply to Exclude a user rol, on the site WordPress.org Forums: 
 Hi @aidatun, This isn't something that's built-into the plugin, but could likely be accomplished via…1 month ago 
- 
										Posted a reply to Show order limit in hoime page, on the site WordPress.org Forums: 
 @romeirocze This may help you, an add-on plugin that registers a new [limit-orders] shortcode: https://gist.github.com/stevegrunwell/393dc9ea09527c344b2b227c552c11e0…4 months ago 
- 
										Created a new ticket, #52560, in Core Trac: 
 Fatal error handler references recovery mode email, which may not have ...5 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 @vitalseeds, I'd start by grabbing a fresh copy of the gist and replacing the version…5 months ago 
- 
										Posted a reply to Counting only Processing orders, on the site WordPress.org Forums: 
 This seems like it may be unique to your store, as WooCommerce typically doesn't create…5 months ago 
- 
										Posted a reply to [Bug] Unnecessary database update check, on the site WordPress.org Forums: 
 Awesome, and thank you for the quick response!6 months ago 
- 
										Created a topic, [Bug] Unnecessary database update check, on the site WordPress.org Forums: 
 (Apologies if there's a better place to report softwar…6 months ago 
- 
										Posted a reply to Cart empties when limit is hit, on the site WordPress.org Forums: 
 I can save you some money here: 1. In order to let items still be…6 months ago 
- 
										Posted a reply to Cart empties when limit is hit, on the site WordPress.org Forums: 
 I believe this is coming about from the fact that Limit Orders adds "__return_false" to…6 months ago 
- 
										Posted a reply to Show order limit in hoime page, on the site WordPress.org Forums: 
 Hi Roberto, You can use the Nexcess\LimitOrders\OrderLimiter class to get details about the order limiter…6 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 @vitalseeds Apologies for the delay, messages tend to get buried when they're in already-closed threads.…6 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 @vitalseeds There are a few factors that could be in-play here: 1. Please ensure that…6 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 Awesome, glad to hear it!6 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 @vitalseeds Indeed, it should work just fine with Code Snippets. Enjoy!6 months ago 
- 
										Posted a reply to Is this plugin still working?, on the site WordPress.org Forums: 
 Hi @dezzdot, First, my apologies for the lateness of my reply, it's been...well, a year!…7 months ago 
- 
										Posted a reply to limit orders but still take orders for other days, on the site WordPress.org Forums: 
 Hi @andreslc, I'm not quite sure I understand your question, but I'm going to guess…7 months ago 
- 
										Created a new ticket, #51752, in Core Trac: 
 Enable the static variable in wp_get_environment_type() to be reset9 months ago 
- 
										Posted a reply to Reset time, on the site WordPress.org Forums: 
 Hi @atelierfelie, The start time for an interval indeed defaults to 00:00 (based on the…9 months ago 
- 
										Posted a reply to Customer Based Limit, on the site WordPress.org Forums: 
 If you're trying to limit the number of orders per user (as opposed to the…9 months ago 
- 
										Posted a reply to Displaying an order meter, on the site WordPress.org Forums: 
 You can accomplish this by creating a new instance of Nexcess\LimitOrders\OrderLimiter: $limiter = new \Nexcess\LimitOrders\OrderLimiter();…10 months ago 
- 
										Posted a reply to Excluding one product from the count, on the site WordPress.org Forums: 
 Hi @atelierfelie, Since version 1.3.0, this is indeed possible using the "limit_orders_pre_count_qualifying_orders" filter. When a…10 months ago 
- 
										Posted a reply to When will 1.3.1 update be available?, on the site WordPress.org Forums: 
 It appears that I failed to bump the "Stable Version" line when tagging 1.3.1; I…10 months ago 
- 
										Posted a reply to When will 1.3.1 update be available?, on the site WordPress.org Forums: 
 Hi @aidatun, Thank you for bringing this to our attention; we have automated deployments set…10 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 I did some digging and it seems that it's actually pretty easy to pull off…10 months ago 
- 
										Posted a reply to Is there a way to call when the plugin is ‘active’?, on the site WordPress.org Forums: 
 Hi @duanedoogan, The OrderLimiter::customer_notice() method is designed to only display on WooCommerce pages (since it's…10 months ago 
- 
										Posted a reply to Not working (during try), on the site WordPress.org Forums: 
 Hey @attrapantho, I wanted to let you know that we just tagged version 1.3.1 of…10 months ago 
- 
										Posted a reply to Stops working randomly, on the site WordPress.org Forums: 
 Hey @bicnwa, I wanted to let you know that we just tagged version 1.3.1 of…10 months ago 
- 
										Posted a reply to Not working (during try), on the site WordPress.org Forums: 
 Hi @attrapantho, I'm digging through the codebase right now and it doesn't look like Limit…10 months ago 
- 
										Posted a reply to Custom Order Reset time, on the site WordPress.org Forums: 
 Hi @proexcell88, Thank you for the suggestion, I've opened a ticket on the plugin's GitHub…10 months ago 
- 
										Posted a reply to Stops working randomly, on the site WordPress.org Forums: 
 Hi @bicnwa, I've spent some time digging into this today, and may have found the…11 months ago 
- 
										Posted a reply to Extraneous in social icon output, on the site WordPress.org Forums: 
 Awesome, thank you for the swift response!11 months ago 
- 
										Created a topic, Extraneous in social icon output, on the site WordPress.org Forums: 
 Apologies if this is not the preferred channel, but I …11 months ago 
- 
										Wrote a comment on the post Proposal: Dropping support for old PHP versions via a fixed schedule, on the site Make WordPress Core: 
 I love the proposal, especially around backporting Site Health. Bonus if we're able to trigger…11 months ago 
- 
										Created a new ticket, #51086, in Core Trac: 
 Add native support for tabbed settings pages in WP Admin11 months ago 
- 
										Committed [2365933] to Plugins Trac: 
 Bump tested up to to 5.411 months ago 
- 
										Posted a reply to Call to undefined function WP101\\wp_json_encode, on the site WordPress.org Forums: 
 Hi @elkswebteam, The function referenced is wp_json_encode(), which is WordPress core's wrapper around PHP's native…11 months ago 
- 
										Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums: 
 It sounds like pizza's big on WooCommerce these days! Limit Orders for WooCommerce is designed…1 year ago 
- 
										Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums: 
 Happy to help! By the way, we just tagged version 1.3.0 of the plugin, so…1 year ago 
- 
										Posted a reply to Limit by dollar amount?, on the site WordPress.org Forums: 
 Hi @eli0086, I wanted to let you know that I've opened a PR on the…1 year ago 
- 
										Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums: 
 Hi @mredodos, The limiting in the current version of Limit Orders for WooCommerce (1.2.1) is…1 year ago 
- 
										Posted a reply to exclude a product, on the site WordPress.org Forums: 
 Hi Camilo, Limit Orders is based on the total number of orders, and doesn't delve…1 year ago 
- 
										Committed [2329648] to Plugins Trac: 
 Bump the 'Tested up to' in both trunk and the 1.0.0 tag1 year ago 
- 
										Posted a reply to All Time Interval, on the site WordPress.org Forums: 
 Hey @powerbuldog, Removing the interval resetting logic would be rather complicated, but how about a…1 year ago 
- 
										Posted a reply to When plugin update will available, on the site WordPress.org Forums: 
 One of the nice things about small, focused plugins that only do one thing is…1 year ago 
- 
										Committed [2325490] to Plugins Trac: 
 Bump 'tested up to' to 5.4.21 year ago 
- 
										Posted a reply to limit per minute, on the site WordPress.org Forums: 
 Hey @williamlowdell2020, I'm so glad to hear that Limit Orders is helping you out! I…1 year ago 
- 
										Posted a reply to limit per minute, on the site WordPress.org Forums: 
 Hi @angstack77, Out-of-the-box, Limit Orders for WooCommerce comes with hourly, daily, and monthly intervals. However,…1 year ago 
- 
										Confirmed as a speaker for WordCamp Kent Online 2020 1 year ago 
- 
										Posted a reply to Limit Orders Per Hour, on the site WordPress.org Forums: 
 Hey @studioforonda, I wanted to let you know that we just tagged version 1.2.0 of…1 year ago 
- 
										Posted a reply to Orders have exceeded the limit, on the site WordPress.org Forums: 
 Hey @cosmicjamie, As Brian mentioned, we have a new release ready that should address a…1 year ago 
Developer
- 
										
											Advanced Post ExcerptActive Installs: 2,000+ 
- 
										
											Dynamic Asset VersioningActive Installs: 80+ 
- 
										
											Gravity Forms Duplicate PreventionActive Installs: 1,000+ 
- 
										
											  Limit Orders for WooCommerceActive Installs: 500+ 
- 
										
											Revision StrikeActive Installs: 100+ 
- 
										
											  SchemifyActive Installs: 80+ 
- 
										
											  Son of ClippyActive Installs: 10+ 
- 
										
											Sticky TaxActive Installs: 100+ 
- 
										
											We The PeopleActive Installs: Less than 10 
- 
										
											WP Client ReferenceActive Installs: 100+ 
Contributor
- 
										
											  AirstoryActive Installs: 60+ 
- 
										
											  Microsoft Azure Storage for WordPressActive Installs: 2,000+ 
- 
										
											  Two-FactorActive Installs: 30,000+ 
Support Rep
- 
										
											  Better Product Reviews For WooCommerceActive Installs: 30+ 



 
			 
                