WooCommerce Tutorials
How To Setup Different WooCommerce Shipping Rates By Country

It is not uncommon to sell internationally. The problem arises when you need to handle shipping to different countries. For example, your store is located in the US. Your customers are in the US, the UK, Australia and Vietnam. You want to setup the shipping fee as following: For customers in the US, the shipping […]

Read More…

WooCommerce Tutorials
How To Setup Buy 3 Get 1 Free In WooCommerce

You are a store owner and you want to run a promotional campaign that gives your customer one product for free for every 3 (or any other number) items they buy in a single order. Obviously, WooCommerce doesn’t support this kind of setup by default. Luckily for us, there is a plugin that does this […]

Read More…

WooCommerce Tutorials
WooCommerce Developer Cheat Sheet

This post is for WordPress/WooCommerce developer only. If you have problem implementing what I’m going to show you, please drop me a message. How to get WooCommerce attribute label There is a function for this purpose: wc_attribute_label($attribute_name) For example, the attribute name is pa_color, your name for this attribute is Color. The code above outputs […]

Read More…