Overriding the default WooCommerce Login Form

Here is our situtation. One of our website is using both WooCommerce and Ultimate Member. We are using Ultimate Member to implement a more sophlicated member managment, including registration process, and persisting more membership related user data. One of the...

Change WooCommerce Account Menu Ordering and Text

This article explains how to redorder the menu items in /my-account page. The default ordering looks like this. My Account Here is a code to override the menu ordering and WooCommerce my-account page. add_filter( 'woocommerce_account_menu_items',...

How to Fix Upload Not Permitted Error in WordPress

If you are trying to upload other file types to WordPress, such as zip or tff, you are going to see this error message in the media upload page: Sorry, This File Type Is Not Permitted for Security Reasons Why am I getting this? Due to security reason (WordPress Core...

Use External URL on WooCommerce Product Images

We were building a WooCommerce site for our customer, and all the products is from the other affiliate site. There are over 10,000 products. While importing all these products is simple (from a CSV!), we don’t want to put over 40,000 product images on our sites...