
Introducing RewardsWP: Drive More Sales with a Refer-a-Friend Program
AffiliateWP users asked for an easy way to let customers refer friends. So we built RewardsWP — a referral marketing plugin that works seamlessly on its own or alongside AffiliateWP.
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.