jblairjoly Posted February 3, 2011 Share Posted February 3, 2011 Hi, Is there a way I can hide the Registrar Lock option in the client area for free domain. I do not want the customer to be able to transfer is free domain if he cancelled is service with us. We would like him to pay his domain and give him the opportunity to transfer afterward. Thanks for your help! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 3, 2011 Share Posted February 3, 2011 Use a smarty if statement to hide it if it is a frre domain. http://www.smarty.net/docsv2/en/language.function.if.tpl 0 Quote Link to comment Share on other sites More sharing options...
jblairjoly Posted February 3, 2011 Author Share Posted February 3, 2011 Thank you for your very quick answer!! Can you tell me what would it be exactly? I'm sure I will have difficulties to figure it out. I understand what you mean and it is a good idea but I need a little bit more help Thanks again!!!! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 3, 2011 Share Posted February 3, 2011 You would be looking at editing clientareadomaindetails.tpl file and you would need to do a DB lookup of all the hosting acounts belonging to that user, loop through them to match the domain name and if a match add a smarty variable so that can be used in the if statement to show or hide the lock status 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.