Advanced Localisation Release 1.0.6
Changelog
Type | Description |
---|---|
New |
Integration between Advanced Localisation and Billing Extension that can be used bill clients from multiple brands on the same WHMCS |
New |
You can now force specific currencies to work with specific domains (e.g. uk.example.com GBP, us.example.com USD, it.example.com EUR) |
New |
Auto-select country dropdown based on the location of the visitor. Now it works also on older templates and custom ones |
Improved |
Small improvements to integration script |
Improved |
GeoLite database by MaxMind has been updated. The module now uses the latest version |
Changed |
The page dedicated to localised domains has been updated to support new functionalities |
Fixed |
Small bug that could have caused wrong selection of currency value |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:INSERT INTO `tbladdonmodules` (`module`, `setting`, `value`) VALUES ('AdvancedLocalisation', 'domainscurrency', ''); |