Hey I would like to only track commissions for only 1 product and not my other 50 different subscriptions with idevaffiliate how can i do that
I set it in the thanks.php page and the cc.php plugin I followed the directions that they have in there integrations section
Ok. Then place this around your commission code from iDev in both thanks.php and cc.php: PHP: if(!$payment) $payment = $pm;if($pm[product_id]==1){// Commission code here}