Antoni Posted August 30, 2018 Share Posted August 30, 2018 Hi all, I try to change Affiliate Commission on some rules, code like this(without rules) : But no changes for commission...How can I change this? add_hook('CalcAffiliateCommission', 1, function($vars) { $vars['commission'] = number_format(22.22, 2); return $vars; } add_hook('AffiliateCommission', 1, function($vars) { $vars['commissionAmount'] = number_format(22.22, 2); return $vars; } 0 Quote Link to comment Share on other sites More sharing options...
Antoni Posted September 3, 2018 Author Share Posted September 3, 2018 Up.Guys, any solution? 0 Quote Link to comment Share on other sites More sharing options...
Antoni Posted September 19, 2018 Author Share Posted September 19, 2018 Up.Still searching, thanx 0 Quote Link to comment Share on other sites More sharing options...
Antoni Posted October 3, 2018 Author Share Posted October 3, 2018 annoying problem, still searching solution 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 3, 2018 Share Posted October 3, 2018 CalcAffiliateCommission doesn't support return and AffiliateCommission returns the following: Quote Return boolean values to override ‘skipCommission’ or ‘payout’. In both hooks your number_format() can't be returned. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.