Title: commission amount
Last modified: August 14, 2020

---

# commission amount

 *  [fiona92](https://wordpress.org/support/users/fiona92/)
 * (@fiona92)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/commission-amount-2/)
 * Hi there, I need to set commission to amount that’s more than 100. How do I please
   do this?

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/commission-amount-2/#post-13286671)
 * 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](https://wordpress.org/support/users/fiona92/)
 * (@fiona92)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/commission-amount-2/#post-13287151)
 * 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.

 * ![](https://ps.w.org/yith-woocommerce-affiliates/assets/icon.svg?rev=3053144)
 * [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-affiliates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fiona92](https://wordpress.org/support/users/fiona92/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/commission-amount-2/#post-13287151)
 * Status: not resolved