The Ultimate Guide to WooCommerce Flat rate Shipping

The Ultimate Guide to WooCommerce Flat rate Shipping 1

WooCommerce flat rate shipping is the easiest shipping method to set up. In this post, let’s find out how to setup flat rate shipping in WooCommerce and see how it fits to your business model. What is flat rate shipping? If you have sent a package via post office before, you should be familiar with … Read more

The Ultimate Guide To Adding Products To Cart Using Ajax In WooCommerce

The Ultimate Guide To Adding Products To Cart Using Ajax In WooCommerce 2

Working with WooCommerce brings me a lot of joy. If you are a developer, I hope the experience I’m sharing below will be helpful to you. How to add a simple product to cart using ajax Adding a simple product via ajax is very simple. From any page, you send the following request, via POST … Read more

How To Add Custom CSS/Javascript In Elementor Free Version

How To Add Custom CSS/Javascript In Elementor Free Version 9

If you are using the free version of Elementor, you’ll notice that adding custom css to the page isn’t supported. Elementor says that it’s a feature of the pro version. What can you do? Are you going to upgrade? Well, if you can, I recommend you to do so. It’s worth the price. However, if … Read more

Finally A Browser Without Cache – Web Developer Dream!

Finally A Browser Without Cache - Web Developer Dream! 15

If you are reading this post (not by accident), I can safely assume that you share with me the frustration with browser cache. For normal users, browser cache is great since it speeds up website loading, save bandwidth… But for web developers, it’s something different: Well, imagine you have changed some CSS to your button, … Read more

How To Add Extra Text To WooCommerce Price Field Without Using A Plugin

woocommerce customize price field

By default, WooCommerce only shows the price of the product on the product page (a long with the currency symbol). In most case, this info is enough. However, there are cases you want to add some extra details to the price field. For example in the case below, you want to add “per kg” after … Read more