idevaffiliate limit to 1 product

Discussion in 'Customization & add-ons' started by destinsolutions, May 19, 2010.

  1. destinsolutions

    destinsolutions New Member

    Joined:
    Mar 16, 2008
    Messages:
    7
    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
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    How did you set commission integration with iDevAffiliate?
  3. destinsolutions

    destinsolutions New Member

    Joined:
    Mar 16, 2008
    Messages:
    7
    I set it in the thanks.php page and the cc.php plugin

    I followed the directions that they have in there integrations section
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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
    }

Share This Page