Writing
Thoughts on WordPress, web development, and the tools I use.
How to change Read More to Add to Cart for Bookable products?
By default, WooCommerce Bookings shows Read More instead of Add to Cart. Here's a simple code snippet to change that while keeping the booking flow intact.
How to show Product Global ID in WooCommerce Order Details and Quick Preview?
WooCommerce doesn't show product GTIN/UPC/ISBN in order details or quick previews by default. Here's a simple snippet to show GTIN/UPC/ISBN alongside SKUs in the admin order page.
How to show Company Names in WooCommerce Order Lists?
How to show Company Names in WooCommerce Order Lists?
How I Skip the Cart and Send Customers Straight to Checkout in WooCommerce
A practical guide to skipping the WooCommerce cart page and redirecting customers straight to checkout, based on real project experience.
How I Upload and Update a WordPress Plugin on WordPress.org Using SVN
A real-world guide to uploading and updating WordPress plugins on WordPress.org using SVN on macOS, based on lessons learned and real mistakes.
How to enable Products Revisions in WooCommerce? (So You Can Undo Mistakes)
How to enable product revisions in WooCommerce so you can track changes and restore older product versions when something goes wrong.
Change Nameserver at OVHcloud and Point Your Domain to WordPress.com
Change Nameserver at OVHcloud and Point Your Domain to WordPress.com
Removing Options from the Product Data Panel in WooCommerce
Removing Options from the Product Data Panel in WooCommerce
Exposing React Component functions with fowardRef and useRef
Exposing React Component functions with fowardRef and useRef
How to Render an Array of Objects in React?
How to Render an Array of Objects in React?