It bugs me that users are automatically given a random username when registering for WordPress through WooCommerce - surely their username should just be their email address, right? Why have two separate details? Well, thankfully it's easy to automatically set their...
Knowledge base
WooCommerce
Remove Trailing Zeros on Woocommerce Prices
Want to get rid of those annoying zeros after the decimal place on your website? Fortunately it's nice and easy! Simply open up your theme functions.php file, and add the following to the end. // REMOVE TRAILING ZEROS ON PRICES add_filter(...