Are you looking to collect additional information from your customers in WooCommerce? Adding custom fields to the account form is a great way to do so. In this post, we’ll…
Are you tired of the default WooCommerce related products algorithm not quite meeting your needs? Do you wish to showcase related products that share specific characteristics, such as categories and…
Hooks are mighty in WordPress. They allow you to extend an existing function, which allows you to modify WordPress’ core functionality without editing original files. I have compiled useful WooCommerce…
I was working on API project which was returning binary data and my goal was to convert bytes to image on the fly using asp.net/c# Here is the quick snippet…
I’ve come up with Node.js helper to make http request in Node.js. Code uses native Node.js http module to perform requests which is extremely simple yet very handy for quick testing.
Command Pattern encapsulates everything needed to execute an action. In this article, we will be going through the command design pattern in PHP. Command is a very useful design pattern,…