Set the price rounding precision to two decimals in WooCommerce

Set the price rounding precision to two decimals in WooCommerce.

Snippet Type

Execute on Child Sites

Snippet

add_filter('woocommerce_internal_rounding_precision', function($precision){ return 2;}, 9999);