Cómo redondear el precio a 99 centavos
Abra su tema de wp actual functions.php archivo y suelte el siguiente código:
add_filter ('woocs_raw_woocommerce_price', function ($ precio) {ronda de retorno ($ precio + 0.01) - 0.01;});
Lea también: https://currency-switcher.com/hook/woocs_raw_woocommerce_price/
Origen: https://wordpress.org/support/topic/round-price-xx-99/