Dab Posted July 7, 2009 Share Posted July 7, 2009 Hi, Is there any way I can set up within WHMCS a list of hosting plan options that only those with reseller accounts can purchase? This may be staring me in the face and I'm not seeing it! The idea is to have a reseller plan which anyone can purchase through the main option list. Once he or she has set up this reseller account, they then are able to access in the list of options within the WHMCS order process from a list of Reseller's plan options. Some other hosts offer this type of arrangement, and I wondered if this could be done using WHMCS along with WHM using the auto set up facility. I would rather that resellers not mess around with WHM from cPanel. I hope I'm making myself clear here? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 7, 2009 WHMCS Support Manager Share Posted July 7, 2009 You can create an invisible product group, and then place the direct link in your client area, so that only clients can see it. 0 Quote Link to comment Share on other sites More sharing options...
Dab Posted July 7, 2009 Author Share Posted July 7, 2009 Okay, but that means that everyone gets to see the links, which is what I'm trying to avoid. I only want resellers being able to see these plans for ordering. Is that not possible? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 7, 2009 WHMCS Support Manager Share Posted July 7, 2009 You could use an if command to only show it on the product detail page if they have the reseller product. Something like: {if $product eq "Reseller"} <a href="myspecialproduct.html"> {/if} 0 Quote Link to comment Share on other sites More sharing options...
Dab Posted July 7, 2009 Author Share Posted July 7, 2009 Okay, I'll give that a try and see how I go. Thanks for the suggestion. 0 Quote Link to comment Share on other sites More sharing options...
Dab Posted July 8, 2009 Author Share Posted July 8, 2009 Thanks. I'll give that a try. (I replied to this earlier, but it hasn't appeared.) 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.