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!
Thank you I added it and still says the value must be lower than 100.