Malware Posted April 10, 2007 Share Posted April 10, 2007 Hi! Is there any way, currently, to make the affiliates link on the homepage to show up only if the customer is already an affiliate? thanks 0 Quote Link to comment Share on other sites More sharing options...
skshost Posted April 12, 2007 Share Posted April 12, 2007 You can accomplish this by modifying homepage.tpl. I can only see this being useful if you only wish to enable an affiliate from admin. I'd assume you'll need to connect to your DB and pass a few things to smarty. I'll take a crack at it.. Otherwise only showing the affiliate link when someone is logged in is quite easy. 0 Quote Link to comment Share on other sites More sharing options...
Malware Posted April 12, 2007 Author Share Posted April 12, 2007 Yes, affiliates are being activated by me only. You think I'll have to query the DB for that right? Thanks 0 Quote Link to comment Share on other sites More sharing options...
skshost Posted April 12, 2007 Share Posted April 12, 2007 do something like: SELECT id FROM tblaffiliates WHERE clientid='$clientdetails.id' then pass it to smarty and do some kind of if statement.. 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.