Remove zero decimals from product price in WooCommerce

Here is the simple one line code to remove zero decimals from product price.

// removes zero decimal from product prize

add_filter( 'woocommerce_price_trim_zeros', '__return_true' );

Edit WooCommerce Products from Frontend

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top