Apply Discount by Cart Amount

Apply Discount by Cart Amount

If you want to apply a discount by cart amount, this article tells how to do this and gives a snippet. Shortly, if the cart total is bigger than your target value, the cart total will be discounted.Copy & paste the below code to your function.php: // Woofocus...
Show shipping Info on Cart Page

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...
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...

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...

WooCommerce Country Tax Codes

I saw a lot of people have a hard time to write their country code in the WooCommerce TAX field. Because of that you see your TAX won’t be applied because you write wrong Country Code. Especially people from United Kingdom. WooCommerce United Kingdom Country...
Add Content to WooCommerce Product Loop

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...
Remove clear(reset) link from variation Products

Remove clear(reset) link from variation Products

Maybe you want to remove the clear button from variations for various reasons like indicate the buy button better. This article tells how to do it. Besides removing, also we tell how to change its text. Before reading the solution, to be sure about what is the issue...