@nickmdiego Hi Nick - honestly, most excited to see WordPress finally leaning into modern collaboration + AI workflows.
The Playground + MCP work especially feels like a big shift for developers.
Barcode picking is the simplest upgrade most WooCommerce stores never implement.
You donโt need a WMS.
Just:
โข order barcodes
โข a scanner
โข a pack station
That alone kills most mis-ships.
Full setup:
๐ https://t.co/07bv7n1B83
#WooCommerce#eCommerce#WordPress#Logistics
3 things from the WordPress + WooCommerce world this week:
โ WooCommerce 10.7 shipped
โ WordPress 7.0 RC went back to beta (RTC perf issue, deeper rework needed)
โ Playground got an official MCP server โ Claude Code can wire to a live instance now
#WordPress#WooCommerce #WPDev
3. Trigger every status change: pending โ processing โ completed โ refunded. Each one fires a different template.
4. Send to Gmail, Outlook, Yahoo. Anything in spam = SPF/DKIM is wrong.
5. Open them on mobile. Default WC templates break on phones.
#WooCommerce#WPDev
Most WooCommerce stores find out their transactional emails are broken when a customer complains. Here's how to test all of them in 10 minutes โ before they break in production. Step by step.
1. Install a mail-logging plugin like Email Log (free). It captures every email WP sends so you can verify content and headers.
2. Place a real test order with each payment method. Don't trust the email preview in settings โ it strips merge tags.
WooCommerce just did some serious housekeeping on GitHub:
โ Cut 106 issue labels down to ~20
โ Triaging the long-standing issue backlog
โ Blocks client monorepo merge is done
Less noise = better bug reports = faster fixes. Good move.
#WooCommerce#WordPress#WPDev
WooCommerce 10.7 dropped REST /orders queries from 271 โ 132. That's 51% fewer per request, plus ~15% less SQL at checkout. Performance work that actually shows up in the numbers.
#WooCommerce#WordPress#ecommerce#WPDev
Subscription chargebacks are quietly killing WooCommerce stores.
Avg rate: ~1.85% (3x normal)
Cost: product + fees + risk of losing payment processing
Most of it is preventableโand itโs not complicated.
Hereโs what actually moves the number ๐
https://t.co/WXde4ANTLj
Friday plugin spotlight: Query Monitor.
Free, MIT-licensed, and the single best debugging plugin for WordPress. If you're guessing why a page is slow, you don't need APM โ you need this.
It shows every DB query on the page (slow ones flagged), every hook that fired, every HTTP request, every PHP error, and the full template hierarchy. All in a panel at the bottom of the screen.
WooCommerce โ Settings โ Products โ Inventory โ check "Hide out of stock items from the catalog." Stops customers landing on dead product pages from search and old links. Two clicks. #WooCommerce#ecommerce#WPDev
Before you test any of these: snapshot your WooCommerce settings so you can roll back instantly if a change tanks. SnapSettings does it in one click. https://t.co/4gW5WNIplp #WooCommerce#WPDev
1) Sticky Add to Cart on mobile โ floats with the user. 5-12% lift. 2) Trust badges directly above the button, not the footer. 3) Show review count next to stars: '(47)' beats stars alone. 4) Lazy load below-fold images for LCP.