Round total not work
-
Hi,
after installing the plugin, the round of the cart does not work for me. I am using this simple code:
add_filter( 'woocommerce_calculated_total', 'custom_calculated_total' ); function custom_calculated_total( $total ) { $total = round($total); return ceil($total); }
How to fix this in the plugin or code to make the rounding work?
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Round total not work’ is closed to new replies.