Anders Posted March 21, 2020 Share Posted March 21, 2020 (edited) hello, sorry if i have posted this before. i wonder how can disable the name server config at /cart.php?a=confdomains as i will not let customers change any nameservers? please see screenshot. Edited March 21, 2020 by Anders 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 21, 2020 Share Posted March 21, 2020 1 hour ago, Anders said: sorry if i have posted this before. it looks familiar... 1 hour ago, Anders said: i wonder how can disable the name server config at /cart.php?a=confdomains as i will not let customers change any nameservers? if you're going to force users to buy hosting with a domain, then all you have to do is hide it - you could remove it from the template code; you could hide it with one line of Smarty code {assign atleastonenohosting value=false} or use a CAPC hook to do the same. if users can buy domains without hosting, then just hiding it should be enough, removing might cause complications. 0 Quote Link to comment Share on other sites More sharing options...
No1mpact Posted January 30, 2022 Share Posted January 30, 2022 On 3/21/2020 at 11:09 PM, brian! said: {assign atleastonenohosting value=false} where i caninsert this line 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.