
Pay Affiliates in Minutes With Stripe Payouts (Now in AffiliateWP)
Starting today, you can pay your affiliates directly from your WordPress admin with AffiliateWP Stripe payouts — single click, instant delivery, zero spreadsheets.
Continue Reading →
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.