jeremyhaber Posted January 18, 2011 Share Posted January 18, 2011 Hey Guys; By popular demand we are proud to release an Ajax based domain search tool for your website! This completely customizable and open-source! Order Now $10.00USD one time fee Please note this is only available for version 4.3+ - Enjoy 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted January 18, 2011 Share Posted January 18, 2011 Got a demo on how it looks in action ? 0 Quote Link to comment Share on other sites More sharing options...
tynman Posted January 18, 2011 Share Posted January 18, 2011 I'm interested too. 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted January 18, 2011 Author Share Posted January 18, 2011 Got a demo on how it looks in action ? You can watch the really awesome and quick 2 minute video of this addon in action. Let me know if you have any other questions. 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted January 21, 2011 Author Share Posted January 21, 2011 Hey Guys; I have updated the Ajax Domain Search to include searching for multiple TLD's! 0 Quote Link to comment Share on other sites More sharing options...
iPhone Posted January 21, 2011 Share Posted January 21, 2011 Is it just limited to .com / .net TLDs? If not, how do you show the other TLDs? Is the table customisable with CSS? Is it customisable overall? Could a web designer (whos good in HTML and CSS) edit it to a huge extent? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted January 21, 2011 Author Share Posted January 21, 2011 Is it just limited to .com / .net TLDs? If not, how do you show the other TLDs? Is the table customisable with CSS? Is it customisable overall? Could a web designer (whos good in HTML and CSS) edit it to a huge extent? As explained earlier in the short video. My testing server only has .com / .net setup. Any TLD setup in WHMCS will be looked up. The table is located in a Smarty template file found in "order/templates/ajaxdomain.tpl". It is completely customizable! 100% Open source and designer friendly. 0 Quote Link to comment Share on other sites More sharing options...
alinford Posted January 21, 2011 Share Posted January 21, 2011 Is this part of your Ajax shopping cart? Is there a demo of the cart? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted January 21, 2011 Author Share Posted January 21, 2011 This works off the Ajax Order form. Regardless to say it will work with the Ajax Cart as well. The Ajax Cart is in use throughout all of the WHMCS Addon site. You can take a look at this thread http://forum.whmcs.com/showthread.php?t=34205 for more information on Ajax Cart. 0 Quote Link to comment Share on other sites More sharing options...
Xeron Posted January 22, 2011 Share Posted January 22, 2011 Well followed your steps in the install description however it isn’t working out and doesn’t give any errors why it's not. Either in the ajax order form as a custom page and multiple browsers. Clearing the cache helped neither. 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted January 22, 2011 Author Share Posted January 22, 2011 Well followed your steps in the install description however it isn’t working out and doesn’t give any errors why it's not. Either in the ajax order form as a custom page and multiple browsers. Clearing the cache helped neither. Hey Xeron; Contact me through support and I will be happy to take a look for you and see whats going on. Looking forward from hearing back from you. Regards, Jeremy Haber 0 Quote Link to comment Share on other sites More sharing options...
iPhone Posted January 25, 2011 Share Posted January 25, 2011 Any feedback from the people who've bought this? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 2, 2011 Author Share Posted February 2, 2011 Any feedback from the people who've bought this? Reviews for this product are non-existent at the moment. I know you have been weary about buying this so I have provided you with a promotional code to get this for free Check your private messages! I hope you will share your experience with the rest of the community. Enjoy 0 Quote Link to comment Share on other sites More sharing options...
factor Posted February 9, 2011 Share Posted February 9, 2011 Hi, If domain is registered, can it give the option to either transfer or automanage? can it be translated? how does it handles hosting packages? the links are created automatically and with the correct id? Regards, 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 9, 2011 Author Share Posted February 9, 2011 Hi, If domain is registered, can it give the option to either transfer or automanage? can it be translated? how does it handles hosting packages? the links are created automatically and with the correct id? Regards, This tool was designed to search for domains and offer to register/transfer them. It is not intended for the actually order process. However that being said it should not be too hard to customize it to work for individual product registration. Since this is completely open source you can easily translate and customize the whole document. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted February 13, 2011 Share Posted February 13, 2011 As explained earlier in the short video. My testing server only has .com / .net setup. Any TLD setup in WHMCS will be looked up Every TLD or just those that you've marked in WHMCS to always search (i.e. is it relying on existing whmcs functionality or a straight db query ?) Does it wait for enter to be pressed or a pause ? Can it check availability of multiple TLDs in one search ( the video's not clear, bt the screen sot seems to imply it) ? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 13, 2011 Author Share Posted February 13, 2011 Every TLD or just those that you've marked in WHMCS to always search (i.e. is it relying on existing whmcs functionality or a straight db query ?) Does it wait for enter to be pressed or a pause ? Can it check availability of multiple TLDs in one search ( the video's not clear, bt the screen sot seems to imply it) ? This addon is integrated with the current WHMCS domain search functionality. It will search only the domain TLD's active in the database. It works on both the enter being pressed and time based solution. It will only make a call if the domain validates and the user inputted a new domain name to search. In other words we try and keep the Ajax queries to a minimum well providing an optimum result. The addon has two different modes. One mode shows only the result for the domain searched. The other mode shows the results for the domain with all the available TLD's. Let me know if you have any more questions. 0 Quote Link to comment Share on other sites More sharing options...
EasyWHMCS Posted February 25, 2011 Share Posted February 25, 2011 Hello Is this integrated into the cart or can we place this on a php page outside of the whmcs directory ? Cheers 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 25, 2011 Author Share Posted February 25, 2011 It's not integrated into the cart at all, this uses the Ajax Order form to perform the search. It is specifically intended for use outside of WHMCS or inside other pages of WHMCS. One thing to note is that javascript does have a same origin policy. This means that the ajax request has to come from the same port and domain level (aka subdomain.domain.com can't use the script from domain.com). We do have a fix for this that will allow you to make the request when necessary. The only reason I just brought this up is a few people have been asking about this and it will require a little bit of adjustments to the settings. We will be adding this fix to our client area shortly. For those that require a workaround for the same origin policy. 0 Quote Link to comment Share on other sites More sharing options...
EasyWHMCS Posted February 25, 2011 Share Posted February 25, 2011 It's not integrated into the cart at all, this uses the Ajax Order form to perform the search. It is specifically intended for use outside of WHMCS or inside other pages of WHMCS. One thing to note is that javascript does have a same origin policy. This means that the ajax request has to come from the same port and domain level (aka subdomain.domain.com can't use the script from domain.com). We do have a fix for this that will allow you to make the request when necessary. The only reason I just brought this up is a few people have been asking about this and it will require a little bit of adjustments to the settings. We will be adding this fix to our client area shortly. For those that require a workaround for the same origin policy. Hello Which order form does it redirect to ? (Ajax or normal? (can we choose ?)) Just to confirm this will work on website:domain.com/domain.php whmcs: domain.com/portal/cart.php Cheers 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted February 25, 2011 Author Share Posted February 25, 2011 Yes you can choose what form it redirects to. You may have to do a bit of tweaking to the order form to get it to work properly. By default it redirects to the normal cart. And yes this addon will work without any tweaking or javascript workarounds on these pages: website:domain.com/domain.phpwhmcs: domain.com/portal/cart.php 0 Quote Link to comment Share on other sites More sharing options...
EasyWHMCS Posted February 26, 2011 Share Posted February 26, 2011 We have gone ahead and ordered this addon, Works perfect, We've also made many changes which Jeremy has been able to help us with Highly recommend this addon and this developer Thumbs up Cheers! 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted March 1, 2011 Share Posted March 1, 2011 We also bought this useful addon and clients are already welcoming the change. The mod works perfectly fine and the developer had an incredible patience helping us integrate it with our site. Thanks Jeremy! 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted May 18, 2011 Share Posted May 18, 2011 Are you aware of any issues to use this on the new WHMcs 4.5 release? 0 Quote Link to comment Share on other sites More sharing options...
jeremyhaber Posted May 19, 2011 Author Share Posted May 19, 2011 Are you aware of any issues to use this on the new WHMcs 4.5 release? Like with any upgrade, make sure you backup before you preform the upgrade. This will be the best way to secure your data in case anything breaks. There should not be any issue when upgrading to the newest version of WHMCS as long as you are you using a version of this tool with the file "/order/ajaxdomain.php". If you are using this tool and do not have the file "/order/ajaxdomain.php" you are using an older version of this tool that use the original method. You will have to edit the file "/order/index.php" after the upgrade. You may want to update to the latest version of this tool after the upgrade to avoid editing this file after future updates. Like always if you need assistance feel free to contact us through our support panel. 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.