Fixing a Six-Hour Timestamp Offset on a WordPress Store

WooCommerce order timestamps ran six hours behind local time. Here’s the one-line WordPress timezone fix that corrected every order, past and future.
Redesigning an Order Tracking Page for Desktop and Mobile
A phone-number order lookup page rebuilt with product thumbnails, a proper billing card, and a layout that finally works on desktop too.
Validating Bangladeshi Mobile Numbers in a Checkout Form

A regex-based fix that validates real Bangladeshi mobile numbers on a WooCommerce order form, checked client-side and server-side.
Auto-Selecting Free Shipping at a Cart Threshold in WooCommerce

WooCommerce won’t auto-switch a customer onto Free Shipping once their cart qualifies. Here’s the fix, without overriding a real customer choice.
Custom Mobile Column Visibility for the WooCommerce Orders List

WordPress collapses admin list-table columns on mobile no matter what Screen Options says. We built a settings panel to override that, per column.
Adding a Courier Transaction ID Column to the Orders List

A simple, inline-editable orders-list column for logging a courier’s consignment ID against each WooCommerce order.
Letting Admins Change a Product Variant After an Order Is Placed

WooCommerce has no built-in way to swap a line item’s variation post-checkout. Here’s how we added one that works on orders past the pending stage.
Extending the WooCommerce Order Preview Popup with Live Status Editing

Using WooCommerce’s official preview hooks, we added live status editing and order notes to the built-in order preview popup, with no page reload.
Sending WooCommerce Orders to a Courier via WhatsApp — No API Required

How we added a one-click WhatsApp handoff to WooCommerce that pre-fills courier messages with order details, with no paid Business API required.
Adding an Internal Order Fulfilment Tracker to WooCommerce
A lightweight, colour-coded fulfilment stage system for WooCommerce that sits alongside order status without touching payment or checkout logic.