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

    (@yithemes)

    Hello there,

    hope you are doing well 🙂

    Please, try adding the following code to the functions.php file of your active theme:

    if ( ! function_exists( 'yith_wcaf_general_settings_change_max_value' ) ) {
    	function yith_wcaf_general_settings_change_max_value( $settings ) {
    		$settings['settings']['commission-general-rate']['custom_attributes']['max'] = 99999;
    
    		return $settings;
    	}
    	add_filter( 'yith_wcaf_general_settings', 'yith_wcaf_general_settings_change_max_value' );
    }

    Let us know any news, please.

    Have a nice day!

    Thread Starter fiona92

    (@fiona92)

    Thank you I added it and still says the value must be lower than 100.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘commission amount’ is closed to new replies.