Override WooCommerce Templates with Code

In this tutorial, I’ll show you how we can override WooCommerce templates with code. We can use the code inside functions.php of an active theme or even inside a plugin. Normally, we override WooCommerce templates inside an active child theme. We create a folder named as “woocommerce” inside an active theme and we can create … Continue reading “Override WooCommerce Templates with Code”

Display country on WooCommerce Order Thank you Page and Order Emails

Since WooCommerce version 3.5.2, WooCommerce doesn’t display Country name in either billing or shipping addresses. This happens only if the Shop Base Country set in General Settings is the same as the Shipping and Billing Address Country of the order placed. If you want to display the Country name even if the shop base country … Continue reading “Display country on WooCommerce Order Thank you Page and Order Emails”