Show shipping Info on Cart Page

If your customers don’t see shipping costs on the buying process easily, some customers can think the buying steps are unclear. Maybe it causes losing customers. This article tells how to display shipping costs on WooCommerce. Shortly, you want to display shipping information like this: However, your payment process is shown like this: It is … Read more

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

WooCommerce custom product price calculator plugin

WooCommerce is an e-commerce plugin based on product sales. If you want to sell measurable products, then you need to extend Woocommerce. To do so, we can use the Measurement Price Calculator. With this plugin, you can sell products priced out based on unit or you can let your customers add their own amounts with … Read more

Display NEW Badge on recent products

Displaying new badges on product images more attracts customers’ attention to new products. In this way, you can get more sales and provide more ease of use to your customers while product researching. If you want to display a new badge for new products, this article tells how to make it with a PHP code … Read more