The long long waiting ends! Yesterday, after over a year of development, we were able to release version 2 of JoomISP.
There have been some long awaited customer requests, the update contains some basic changes! Especially to our existing customers, we are appealing to read the innovations!
InterNetworX Plugin - Register Domains with just one click!
We were proud to present you our first Domain Registrar Plugin for the Registrar InterNetworX.
The plugin is the first of its kind and allows you to register the ordered Domains of your customers with just one click at InterNetworX. Just in time, in addition to the Create function, the Transfer function could also be implemented so that Domain Transfers with authcodes are also available.
Please take into account that we and our beta testers have extensively tested, but the plugin itself is still very young. Forgive me if it is not 100% around here and there.
We will create test forms in the login area of this homepage, so that testers will be able to fill it out and ultimately support the development.
If you have any questions or problems, please do not hesitate to contact .
The current functions as well as the changelog you find as usual in the Product Description of the InterNetworX Plugin.
For correct setup we also recommend the InterNetworX Plugin Documentation!
JoomISP v2 - Whats new?
Countrycode select field
First, a change which I looked at somewhat critically, but I hopefully found an acceptable solution for everyone. The API of InterNetworX and presumably also the upcoming APIs of the registrars require the international country code instead of the country. This was so far not implemented in JoomISP, so we had to think of something here to make the whole thing more comfortable.
We decided NOT just to change the field into a select field. This would cause the existing values to be displayed nowhere, and the adminsitrator will find non-resident customers. Therefore, we added another country_code field with the drop-down box, which is simple a new field. So you can just select the country on clients where you want to register your domains. The original country field is therefore eventually obsolete. In the front-end, there is only the new Select field, so that all new customers will automatically get the correct country for the domain registration from this update.
But do not worry, if the field does not exist, the registrar plugin will display the incorrectly formatted fields!
If you are familiar with the database, we can give you a tip. You can use the following line for example: Existing customer countries, e.g. The word "Germany", automatically set the country code "DE":
UPDATE `#__isp_customers` SET `country_code`= "DE" WHERE `country` = "Germany";
We decided against the lines in the update because of the number of countries this would have been very extensive. In addition, we also have to find again and again that many customers are simply typing out or similar. And the query would not be successful. This means that everyone can change their own customers and preferential countries, as long as this is absolutely necessary, as up to now only those customers have to be updated, for which domains have to be registered. Presumably, existing customers will already have registered domains, so this would be not required.
Optimized Domain TLD & price handling - Feature wish top 6
Up to now, available TLDs had to be entered in a comma separated input field, same as the associated prices. With several domains this was very complicated and error prone.
With the new Ajax Domain Handling, you can conveniently add TLDs and their prices to existing locations, or rearrange existing ones.
Captcha on ordering forms
Also a frequently asked feature was the inclusion of the Joomla! Captcha function in the order form.
We also came to the request. The function expects the correct Captcha setup in your Joomla!
If the Joomla! Captcha is not set up correctly or not available, the order form simple don´t display it and switch back to old method.
We are looking forward to your feedback on the new features and hope for just as good updates as in our development environments as well as the JoomISP Demo Page.