Remove Zero Decimals from product price in WooCommerce Post author:Kayes Mohammad Abdullah Post published:January 14, 2023 Post category:Slice of Code Post comments:0 Comments you can remove zero from the product price by using this code on function.php file. add_filter( 'woocommerce_price_trim_zeros', '__return_true' ); Opens in a new window Twitter Opens in a new window Facebook Opens in a new window Google+ Opens in a new window Pinterest Opens in a new window LinkedIn You Might Also Like Ecommerce Project August 5, 2022 How to change woocommerce sort by text in shop page August 19, 2022 Leave a Reply Cancel replyYou must be logged in to post a comment.Login with your Social ID