Enable WooCommerce catalog mode [4 Easy Method]

If you use WooCommerce as a catalog or if stocks are no longer available, maybe you want to remove add to cart button or change its text and link to somewhere such as a Whatsapp number. This change prevents trade problems between you and your customers. In this...
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...