[NEW] Multi-Currency Addon: Calculate Affiliate Commissions from Any Currency
Multi-Currency Addon solves commission calculation challenges for global affiliate programs. It automatically detects transaction currencies and automatically converts commissions using real-time exchange rates. Eliminate calculation errors, ensure fair payouts and simplify management of your international affiliate program.
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.