Remove Zero Decimals from product price in WooCommerce

you can remove zero from the product price by using this code on function.php file.

				
					add_filter( 'woocommerce_price_trim_zeros', '__return_true' );
				
			
Facebook
Twitter
LinkedIn
Pinterest

Leave a Reply