How To Hide “Have a coupon? Click here to enter your code” On WooCommerce Checkout page

Coupon is a great way to make your customers happy. It is recommended that you use coupons when applicable. From my experience, having a coupon, even with a small discount can make the buying experience more pleasant. However, there are some stores, websites don’t use coupon. Take a consultant for example, she provides service at … Read more

How To Get Product Type In WooCommerce

When developing plugins for WooCommerce, sometimes, knowing the product’s type is very important. The funny thing about WooCommerce is if you create a product from the class “WC_Product” and run: The result is always simple. This sounds confusing, doesn’t it? I feel the same way. Get WooCommerce Product Type Using WC_Product_Factory Since version 3.0, there … Read more

How To Set Woocommerce Custom Shipping Cost Per Product

How To Set Woocommerce Custom Shipping Cost Per Product 1

The goal Learn how to set custom shipping cost per product in WooCommerce. The method We are going to use WooCommerce shipping class to set different shipping cost per product. What is a WooCommerce shipping class This is the definition of shipping class on WooCommerce documentation. I think it’s clear enough: Shipping classes can be … Read more

The Easiest Way To Remove The Add To Cart Button In Woocommerce

The Easiest Way To Remove The Add To Cart Button In Woocommerce 4

If you ever want to remove the “Add to cart” button in WooCommerce, there are quite a few ways. We are going to learn the easiest and fastest way to do so in this post. The easy and safe method to remove the add to cart button in WooCommerce The simplest way to remove the … Read more

How To Change The Add To Cart Button Text In WooCommerce

Add to cart is a very generic term that used on many stores around the world. However, at times, you want to change it to something else, “Buy now” for example. In this post, I’m going to show you how to do just that with a simple code in your functions.php theme file. Using a … Read more