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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.