Essential cookies enable basic functions and are necessary for the proper function of the website.
Cookie Preferences
This cookie is used to store the user's cookie consent preferences.
30 days
-
Cookie Preferences
This cookie is used to store the user's cookie consent preferences.
30 days
-
edd_items_in_cart
Stores information about the cart contents.
Session
-
wpfuuid
Used to track user interactions with forms.
11 years
-
comment_author
Used to track the user across multiple sessions.
Session
-
comment_author_email
Used to track the user across multiple sessions.
Session
-
comment_author_url
Used to track the user across multiple sessions.
Session
-
edd_session_
Stores information about the current user session.
Session
-
wordpress_logged_in
Used to store logged-in users.
Persistent
-
wordpress_sec
Used to track the user across multiple sessions.
15 days
-
wordpress_test_cookie
Used to determine if cookies are enabled.
Session
-
Can you modify my copy of “Multi-Tier Commissions”? I need up to 7 tiers and a fixed number of affiliates per tier ( forced matrix).
Hey Michael – You can modify the Multi-Tier Commissions to support up to 7 tiers. You can achieve this by using the following code snippet:
add_filter( 'affwp_mtc_max_tiers', function( $tiers ) {
return 7; // Allows up to 7 tiers.
} );
Additionally, I recommend updating the plugin to the latest version, as the forced matrix feature has been released in Multi-Tier Commissions version 1.4.0. In case it helps, you can view our changelog for more details.