jackgordon Posted December 11, 2008 Share Posted December 11, 2008 Is there a way to segment clients so that only the ones who purchase a specific item have access to a special page? For instance, I am selling data on a monthly subscription model. I want subscribers to have access to a page where they can view and download the last 3 months worth of data at any given time. I do not want anybody who purchases anything else to have access to that data. How would you do this? 0 Quote Link to comment Share on other sites More sharing options...
handsonwebhosting Posted December 12, 2008 Share Posted December 12, 2008 You could use an IF command from the WHMCS Docs. Basically you'd run "IF package = ID#" show URL. you could do something like that maybe? 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted December 12, 2008 Share Posted December 12, 2008 Or perhaps "IF package = ID#" run php routine that looks up customer id & displays data for that customer (assuming that the data is held in a db somewhere) 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.