Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    1. Open your theme’s functions.php file
    2. Add the following code to the bottom of this file,

    function customize_acadp_currency_decimal_count( $decimals ) {
    	return 0;
    }
    add_filter('acadp_currency_decimal_count', 'customize_acadp_currency_decimal_count');

    3. Save the changes.

    That’s it.

    Thread Starter patowins

    (@patowins)

    Great and thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove decimals !’ is closed to new replies.