Some theme may already come with the option of automatically updating shipping fee/checkout totals when updating state and/or postcode on WooCommerce checkout page. This is very useful to get proper shipping fee during order. I will say this should be a mandatory option for all themes. But unfortunately, it is… Read More »
Tag: billing_postcode
Deny PO Box addresses in WooCommerce
Many of you may not want to allow Post Office Box as shipping address. There is no default option in WooCommerce to do it. We can use woocommerce_after_checkout_validation action hook to check if inputted shipping address contains PO Box address or not. Following code checks for the string pobox in… Read More »