Butterfly Marketing - How to add a custom field in the downline tab

1 replies
Hi Guys....

I need some help here... I'm playing around with the butterfly marketing script.

I want to add a tracking ID, when new people sign up, so my affiliates can see where there sales are coming from...

I've added some php code in the signup.php, so that I can grab the tracking id information from the url and put into the database...

Now, I want to show this information in the downline tab... but the problem is that if I add an {} field in the member.area.downline.rows.html it shows the information for the user currently logged in and not for the user that is currently displayed an a row....

Any ideas on how to solve this?
#add #butterfly #custom #downline #field #marketing #tab
  • Profile picture of the author ntemple
    The templates Butterfly use allow php in them, so assuming you've already loaded the row, you'd be able to output echo $row['tracking']; (or whatever your variable names are) within php tags.


    If you want to use the {} var's, you'll need to find the corresponding .php file that loads the template, and add your logic there.

    If you need more help, let me know, and we can figure it out.
    {{ DiscussionBoard.errors[3195488].message }}

Trending Topics