Hire WooCommerce Developer Like a Pro (Not a PHP or WP Developer)

Here’s a list of important factors to consider when hiring a WooCommerce developer: Considering these factors will help you identify a WooCommerce developer who possesses the necessary skills and experience to meet your project requirements and deliver a high-quality e-commerce website. When looking for a WooCommerce developer, there are several important points to consider. Here … Read more

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 article, we share good solutions by using … Read more

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: After paste it, WooFocus Discount Panel will be … Read more

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

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

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 Code isn’t the UK, it’s GB. You can see All … Read more

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 exactly, you should look at the below … Read more