Writing

Thoughts on WordPress, web development, and the tools I use.

WordPress Code Snippets Notes Resources Development Bangla
Code Snippets

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.

August 18, 2025 · 4 min read
Code Snippets

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.

August 6, 2025 · 5 min read
WordPress

How to show Company Names in WooCommerce Order Lists?

How to show Company Names in WooCommerce Order Lists?

July 8, 2024 · 3 min read
Code Snippets

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.

May 10, 2024 · 4 min read
WordPress

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.

May 3, 2024 · 4 min read
Code Snippets

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.

January 8, 2024 · 4 min read
Resources

Change Nameserver at OVHcloud and Point Your Domain to WordPress.com

Change Nameserver at OVHcloud and Point Your Domain to WordPress.com

May 8, 2023 · 3 min read
WordPress

Removing Options from the Product Data Panel in WooCommerce

Removing Options from the Product Data Panel in WooCommerce

April 5, 2023 · 3 min read
Development

Exposing React Component functions with fowardRef and useRef

Exposing React Component functions with fowardRef and useRef

April 2, 2023 · 3 min read
Development

How to Render an Array of Objects in React?

How to Render an Array of Objects in React?

March 31, 2023 · 3 min read