Does anyone know if there is a problem with the affiliates / credits system on version 3.4.2
i have set up an affiliates code of aaa
(url of
http://local.testsite.co.uk/?af=aaa)
but no commisions are added when I use the above link??
However:
If within index.php page i add the following code to hardwire the setting of an affiliates code into a session..
$affiliate_code = set_session("session_af","aaa");
then after a checkout the commisions has worked?
Have I forgot something?