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' );
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' );