you can remove zero from the product price by using this code on function.php file.
add_filter( 'woocommerce_price_trim_zeros', '__return_true' );
You must be logged in to post a comment.
Cart