WooCommerce template out of date warning – How to solve

If you have a WooCommerce store on your WordPress website, chances are you or your developer used a child theme to modify any of the extensive WooCommerce templates to change how the checkout pages or order page, or my account page looks. With certain WooCommerce versions, they update these templates too but since you overrode … Read more

How to restrict City and State on WooCommerce checkout

One of my recent WooCommerce projects was creating a cash-on-delivery system for a local business and they wanted to restrict the delivery address to their city and state. It’s easy to fill in a default value for City using a bit of JavaScript since it’s a text input but it’s important to validate the input … Read more