How to know order completed on WooCommerce

How to know order completed on WooCommerce

Recently, one of my customers wanted to automatically mark an order on WordPress as completed one day after the order. As you may know, cron-job process in WordPress does not working like cron-jobs in PHP. If you have low amount of visitors, the first visit triggers it. Additionally, some cache plugins may prevent this but … Read more

Add Content to WooCommerce Product Loop

Adding content to a specific place inside the WooCommerce Loop will make this field visible. These fields are subject to change depending on every user’s needs. Therefore in this article, I will be listing as many possibilities as possible and providing solutions. Firstly, before we move on with coding, let’s have a look at why … Read more