caisc Posted February 12, 2017 Share Posted February 12, 2017 Hi, I have setup following Domains Marked in Spotlight but they are not showing anywhere in client area during searching for a new domain. It just shows the same domain that it is available or not. Check screenshot here - https://s29.postimg.org/gccj1epzb/WHMCS_Domains_TLDS.png How to fix this, I want that WHMCS should show all other domain extensions also that they are available for registration or not. Thanks 0 Quote Link to comment Share on other sites More sharing options...
caisc Posted February 12, 2017 Author Share Posted February 12, 2017 find this - http://docs.whmcs.com/Domain_Suggestions#Disabling_the_Registrar_Lookups Changed Lookup Provider from Standard WHOIS to Resellerclub Now after domain search all domain extensions show up whether they are available or not, buy another problem is there, now there are also results coming up with domain name suggestion How do I disable domain name suggestion, just want to search and show the domain extensions I have added in WHMCS. see screenshot - https://s28.postimg.org/brodic6gd/domain_suggestion.png Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 12, 2017 Share Posted February 12, 2017 Hi, I have setup following Domains Marked in Spotlight but they are not showing anywhere in client area during searching for a new domain. you'll need to be using the "standard_cart" template to show the spotlight boxes. How to fix this, I want that WHMCS should show all other domain extensions also that they are available for registration or not. if memory serves, v7 only shows domain results it thinks are potentially available... to get around that, you might have to modify the js code. find this - http://docs.whmcs.com/Domain_Suggestions#Disabling_the_Registrar_LookupsChanged Lookup Provider from Standard WHOIS to Resellerclub Now after domain search all domain extensions show up whether they are available or not, i'm not sure that i've seen that... be interesting to see a screenshot of what you're seeing in the search page. but another problem is there, now there are also results coming up with domain name suggestionHow do I disable domain name suggestion, just want to search and show the domain extensions I have added in WHMCS. see screenshot - https://s28.postimg.org/brodic6gd/domain_suggestion.png using Resellerclub, you can't disabled them as they are enabled by default... my recollection of reading the API is that suggestions don't *have* to be enabled, but WHMCS have seemingly chosen to do so... I have always assumed that's what the "configure" button is there for and, in future versions, might allow making the suggestions optional. it is worth also mentioning that from your screenshot above, you appear to still be using 'web20cart' - that template was removed from downloads when v6 was launched back in 2015... so there will increasingly be a risk of using it with v7 as it's highly unlikely WHMCS will have tested the template with v7. I would imagine if you wanted to remove those two hyphenated domains (the red boxes) from your results, you could do so with a simple {if} statement in the web20cart/adddomain.tpl template... to do the same in the more recent templates, might require a js tweak. 0 Quote Link to comment Share on other sites More sharing options...
caisc Posted February 12, 2017 Author Share Posted February 12, 2017 (edited) Thanks switched to standard cart, now spotlight domains are shown. just noticed that a tilted box is showing near check button that looks weird see - https://s21.postimg.org/pf7ca0jvb/tilt_promo.png now how to make this tilted box straight or remove it? Edited February 12, 2017 by caisc 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 12, 2017 Share Posted February 12, 2017 i've never been able to reproduce those tilted boxes locally... dunno why - perhaps a quirk of the dev! at a guess, it might be the css in standard_cart/css/alt.min.css - and specifically the two rotates at the end... spotlight-tld-new{width:60px;position:absolute;letter-spacing:1px;padding:3px;font-size:x-small;font-weight:700;text-transform:uppercase;color:#fff;top:3px;right:-18px;background-color:#2ad588;transform:rotate(45deg);-webkit-transform:rotate(45deg)} obviously, I can't test this locally - but try tweaking those lines for now and see if it makes any difference. 0 Quote Link to comment Share on other sites More sharing options...
caisc Posted February 13, 2017 Author Share Posted February 13, 2017 i've never been able to reproduce those tilted boxes locally... dunno why - perhaps a quirk of the dev! at a guess, it might be the css in standard_cart/css/alt.min.css - and specifically the two rotates at the end... spotlight-tld-new{width:60px;position:absolute;letter-spacing:1px;padding:3px;font-size:x-small;font-weight:700;text-transform:uppercase;color:#fff;top:3px;right:-18px;background-color:#2ad588;transform:rotate(45deg);-webkit-transform:rotate(45deg)} obviously, I can't test this locally - but try tweaking those lines for now and see if it makes any difference. Contacted WHMCS Support for this issue, here is the reply from them - Our development team is presently aware of this issue, and Case ID CORE-10871 has been opened to resolve this in future versions of the product. For now, the work around below will resolve the issue you are having with the formatting until we can resolve this internally and push into the product. This issue happens when you have a flag added to the TLD and the TLD is placed as a Spotlight TLD. If you remove the flag and leave in spotlight, it's fine. If you remove it from spotlight and leave the flag it's fine. You cannot use them in conjunction together otherwise you get the issue you have reported. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 14, 2017 Share Posted February 14, 2017 This issue happens when you have a flag added to the TLD and the TLD is placed as a Spotlight TLD. If you remove the flag and leave in spotlight, it's fine. If you remove it from spotlight and leave the flag it's fine. You cannot use them in conjunction together otherwise you get the issue you have reported. aahhh that's how it's done - I can reproduce it locally now. 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.